NXP NFC Reader Library  v4.040.05.011646
Component : LpcOpenI2c

Component abstracting the functionality of LPC Open stack I2C interface. More...

Collaboration diagram for Component : LpcOpenI2c:

Data Structures

struct  phbalReg_LpcOpenI2c_DataParams_t
 LPC Open I2C BAL parameter structure. More...
 

Macros

#define PHBAL_REG_LPCOPEN_I2C_ID   0x0EU
 ID for LPC Open I2C BAL component.
 

Functions

phStatus_t phbalReg_LpcOpenI2c_Init (phbalReg_LpcOpenI2c_DataParams_t *pDataParams, uint16_t wSizeOfDataParams)
 Initialize the LPC Open I2C BAL layer. More...
 

Detailed Description

Component abstracting the functionality of LPC Open stack I2C interface.

Function Documentation

§ phbalReg_LpcOpenI2c_Init()

phStatus_t phbalReg_LpcOpenI2c_Init ( phbalReg_LpcOpenI2c_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams 
)

Initialize the LPC Open I2C BAL layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSParameter structure size is invalid.
Parameters
[in]pDataParamsPointer to this layer's parameter structure.
[in]wSizeOfDataParamsSpecifies the size of the data parameter structure.