I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
Loading...
Searching...
No Matches
MB85RC256V_proc.h File Reference

MB85RC256V FRAM Driver procedures. More...

#include "sarmfsw.h"
#include "MB85RC256V.h"
Include dependency graph for MB85RC256V_proc.h:
This graph shows which files directly or indirectly include this file:

Macros

#define MB85RC256V_MANUFACTURE_ID   0x0AU
 MB85RC256V Manufacture ID (Fujitsu) to check against.
 
#define MB85RC256V_PRODUCT_ID   0x10U
 MB85RC256V Product ID to check against.
 

Functions

FctERR MB85RC256V_Init_Sequence (MB85RC256V_t *const pCpnt)
 Initialization Sequence for MB85RC256V peripheral.
 
FctERR MB85RC256V_Get_ID (MB85RC256V_t *const pCpnt)
 Get ID from MB85RC256V peripheral.
 

Detailed Description

MB85RC256V FRAM Driver procedures.

Author
SMFSW

MB85RC256V: 256-Kbit (32K * 8) I2C Memory FRAM

Note
Compatibility (tested):
  • MB85RC256V
  • FM24CL64B

Macro Definition Documentation

◆ MB85RC256V_MANUFACTURE_ID

#define MB85RC256V_MANUFACTURE_ID   0x0AU

MB85RC256V Manufacture ID (Fujitsu) to check against.

◆ MB85RC256V_PRODUCT_ID

#define MB85RC256V_PRODUCT_ID   0x10U

MB85RC256V Product ID to check against.

Function Documentation

◆ MB85RC256V_Get_ID()

FctERR MB85RC256V_Get_ID ( MB85RC256V_t *const pCpnt)

Get ID from MB85RC256V peripheral.

Parameters
[in]pCpnt- Pointer to MB85RC256V component
Returns
FctERR - error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ MB85RC256V_Init_Sequence()

FctERR MB85RC256V_Init_Sequence ( MB85RC256V_t *const pCpnt)

Initialization Sequence for MB85RC256V peripheral.

Weak Functions
MB85RC256V Init sequence may be user implemented if custom initialization sequence needed
Parameters
[in]pCpnt- Pointer to MB85RC256V component
Returns
FctERR - error code
Here is the call graph for this function:
Here is the caller graph for this function: