NXP NFC Reader Library
v4.040.05.011646
|
Component abstracting the functionality of LPC Open stack SPI interface. More...
![]() |
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... | |
Component abstracting the functionality of LPC Open stack SPI interface.
phStatus_t phbalReg_LpcOpenSpi_Init | ( | phbalReg_LpcOpenSpi_DataParams_t * | pDataParams, |
uint16_t | wSizeOfDataParams | ||
) |
Initialize the LPC Open SPI BAL layer.
PH_ERR_SUCCESS | Operation successful. |
PH_ERR_INVALID_DATA_PARAMS | Parameter structure size is invalid. |
[in] | pDataParams | Pointer to this layer's parameter structure. |
[in] | wSizeOfDataParams | Specifies the size of the data parameter structure. |