|
NXP NFC Reader Library
v4.040.05.011646
|
Component without functionality to ease implementation of additional busses. More...
|
Data Structures | |
| struct | phbalReg_LinuxKernelSpi_DataParams_t |
| BAL Linux Kernel Spi parameter structure. More... | |
Macros | |
| #define | PHBAL_REG_LINUX_KERNEL_SPI_ID 0x11U |
| ID for Linux Kernel Spi BAL component. | |
Functions | |
| phStatus_t | phbalReg_LinuxKernelSpi_Init (phbalReg_LinuxKernelSpi_DataParams_t *pDataParams, uint16_t wSizeOfDataParams) |
| Initialise the BAL Linux Kernel Spi layer. More... | |
Component without functionality to ease implementation of additional busses.
| phStatus_t phbalReg_LinuxKernelSpi_Init | ( | phbalReg_LinuxKernelSpi_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams | ||
| ) |
Initialise the BAL Linux Kernel Spi 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. |