NXP NFC Reader Library  v4.040.05.011646
Component : LpcOpenSpi

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

Collaboration diagram for Component : LpcOpenSpi:

Data Structures

struct  phbalReg_LpcOpenSpi_DataParams_t
 LPC Open SPI BAL parameter structure. More...
 

Macros

#define PHBAL_REG_LPCOPEN_SPI_ID   0x0DU
 ID for LPC Open SPI BAL component.
 

Functions

phStatus_t phbalReg_LpcOpenSpi_Init (phbalReg_LpcOpenSpi_DataParams_t *pDataParams, uint16_t wSizeOfDataParams)
 Initialize the LPC Open SPI BAL layer. More...
 

Detailed Description

Component abstracting the functionality of LPC Open stack SPI interface.

Function Documentation

§ phbalReg_LpcOpenSpi_Init()

phStatus_t phbalReg_LpcOpenSpi_Init ( phbalReg_LpcOpenSpi_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams 
)

Initialize the LPC Open SPI 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.