NXP NFC Reader Library
v4.040.05.011646
|
![]() |
Data Structures | |
struct | phpalI18092mT_Sw_DataParams_t |
ISO18092 mode passive target parameter structure. More... | |
Macros | |
#define | PHPAL_I18092MT_SW_ID 0x01U |
ID for software I18092 MT component. | |
#define | PHPAL_I18092MT_NFCID3_LENGTH 0x0AU |
Length of NFCID3. More... | |
Typedefs | |
typedef void(* | pRtoxTimerCallback) (uint8_t bTimerId) |
Typedef for the RTOX call back function. | |
Functions | |
phStatus_t | phpalI18092mT_Sw_Init (phpalI18092mT_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams, pRtoxTimerCallback pRtoxCallback) |
Initialize this layer. More... | |
#define PHPAL_I18092MT_NFCID3_LENGTH 0x0AU |
Length of NFCID3.
Event posted by response time extension timer ISR. Reader library thread listens to this event and sends the RTOx packet.
phStatus_t phpalI18092mT_Sw_Init | ( | phpalI18092mT_Sw_DataParams_t * | pDataParams, |
uint16_t | wSizeOfDataParams, | ||
void * | pHalDataParams, | ||
pRtoxTimerCallback | pRtoxCallback | ||
) |
Initialize this layer.
PH_ERR_SUCCESS | Operation successful. |
PH_ERR_INVALID_DATA_PARAMS | Wrong pointer to this layer's parameter structure is sent. |
[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 HAL. |
[in] | pRtoxCallback | Callback to be executed by the RTOX timer. Implementation provided by user. |