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

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

Detailed Description

Macro Definition Documentation

§ PHPAL_I14443P4MC_SW_ID

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

Function Documentation

§ phpalI14443p4mC_Sw_Init()

phStatus_t phpalI14443p4mC_Sw_Init ( phpalI14443p4mC_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams,
pWtxTimerCallback  pWtxCallback 
)

Initializes this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
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 layer.
[in]pWtxCallbackPointer to WTX timer call-back function