|
NXP NFC Reader Library
v4.040.05.011646
|
|
Data Structures | |
| struct | phpalI14443p4mC_Sw_DataParams_t |
| ISO14443-4 card mode PAL parameter structure. More... | |
Macros | |
| #define | PHPAL_I14443P4MC_SW_ID 0x01U |
| ID for software I18092 MT component. More... | |
Typedefs | |
| typedef void(* | pWtxTimerCallback) (uint8_t bTimerId) |
| WTX timer call-back function type. | |
Functions | |
| phStatus_t | phpalI14443p4mC_Sw_Init (phpalI14443p4mC_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams, pWtxTimerCallback pWtxCallback) |
| Initializes this layer. More... | |
| #define PHPAL_I14443P4MC_SW_ID 0x01U |
ID for software I18092 MT component.
Event posted by response time extension timer ISR. Reader library thread listens to this event and sends the RTOx packet.
| phStatus_t phpalI14443p4mC_Sw_Init | ( | phpalI14443p4mC_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pHalDataParams, | ||
| pWtxTimerCallback | pWtxCallback | ||
| ) |
Initializes this layer.
| PH_ERR_SUCCESS | Operation successful. |
| [in] | pDataParams | Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | Specifies the size of the data parameter structure. |
| [in] | pHalDataParams | Pointer to the parameter structure of the underlying layer. |
| [in] | pWtxCallback | Pointer to WTX timer call-back function |