NXP NFC Reader Library  v4.040.05.011646
Collaboration diagram for Component : Software:

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...
 

Detailed Description

Macro Definition Documentation

§ PHPAL_I18092MT_NFCID3_LENGTH

#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.

Function Documentation

§ phpalI18092mT_Sw_Init()

phStatus_t phpalI18092mT_Sw_Init ( phpalI18092mT_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams,
pRtoxTimerCallback  pRtoxCallback 
)

Initialize this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSWrong pointer to this layer's parameter structure is sent.
Parameters
[in]pDataParamsPointer to this layer's parameter structure.
[in]wSizeOfDataParamsSpecifies the size of the data parameter structure.
[in]pHalDataParamsPointer to the parameter structure of the underlying HAL.
[in]pRtoxCallbackCallback to be executed by the RTOX timer. Implementation provided by user.