NXP NFC Reader Library
v4.040.05.011646
|
Component abstracting the functionality of Kinetis KSDK 2.0 SPI interface. More...
![]() |
Data Structures | |
struct | phbalReg_KinetisSpi_DataParams_t |
Kinetis SPI BAL parameter structure. More... | |
Macros | |
#define | PHBAL_REG_KINETIS_SPI_ID 0x0FU |
ID for Kinetis SPI BAL component. | |
Functions | |
phStatus_t | phbalReg_KinetisSpi_Init (phbalReg_KinetisSpi_DataParams_t *pDataParams, uint16_t wSizeOfDataParams) |
Initialize the Kinetis SPI BAL layer. More... | |
Component abstracting the functionality of Kinetis KSDK 2.0 SPI interface.
phStatus_t phbalReg_KinetisSpi_Init | ( | phbalReg_KinetisSpi_DataParams_t * | pDataParams, |
uint16_t | wSizeOfDataParams | ||
) |
Initialize the Kinetis 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. |