NXP Reader Library  v17.1.0.2535
Collaboration diagram for Component : Software:

Data Structures

struct  phpalI14443p4_Sw_DataParams_t
 ISO14443-4 parameter structure. More...
 

Macros

#define PHPAL_I14443P4_SW_ID   0x01
 ID for Software ISO14443-4 layer.
 

Functions

phStatus_t phpalI14443p4_Sw_Init (phpalI14443p4_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams)
 Initialise this layer. More...
 

Custom Configs

#define PHPAL_I14443P4_SW_CONFIG_MAX_WTX_LOOP_TIME   (PH_CONFIG_CUSTOM_BEGIN)
 Set / Get Maximum Time used within a WTX loop (in seconds).
 
#define PHPAL_I14443P4_SW_SUPPRESS_DESELECT   (PH_CONFIG_CUSTOM_BEGIN+1)
 Enable/Diable the automatic send of a Deselect/Is the deselect disabled.
 
#define PHPAL_I14443P4_SW_USED_RETRY_COUNT   (PH_CONFIG_CUSTOM_BEGIN+2)
 Get the numbers of retransmits used.
 
#define PHPAL_I14443P4_SW_FRAME_FORMAT_PCD_2_PICC   (PH_CONFIG_CUSTOM_BEGIN+3)
 Set the frame format pcd 2 picc.
 
#define PHPAL_I14443P4_SW_FRAME_FORMAT_PICC_2_PCD   (PH_CONFIG_CUSTOM_BEGIN+4)
 Set the frame format picc 2 pcd.
 
#define PHPAL_I14443P4_SW_FRAMING_OPTIONS_SYNC_SUPPRESSION_PCD_2_PICC   (PH_CONFIG_CUSTOM_BEGIN+5)
 Set the frame options sync suppression pcd 2 picc.
 
#define PHPAL_I14443P4_SW_FRAMING_OPTIONS_SYNC_SUPPRESSION_PICC_2_PCD   (PH_CONFIG_CUSTOM_BEGIN+6)
 Set the frame options sync suppression picc 2 pcd.
 
#define PHPAL_I14443P4_SW_FRAMING_OPTIONS_SOF_EOF_SUPPRESSION_PCD_2_PICC   (PH_CONFIG_CUSTOM_BEGIN+7)
 Set the frame options SOF/EOF suppression pcd 2 picc.
 
#define PHPAL_I14443P4_SW_FRAMING_OPTIONS_SOF_EOF_SUPPRESSION_PICC_2_PCD   (PH_CONFIG_CUSTOM_BEGIN+8)
 Set the frame options SOF/EOF suppression picc 2 pcd.
 
#define PHPAL_I14443P4_SW_FRAMING_OPTIONS_START_STOP_BIT_SUPPRESSION_PCD_2_PICC   (PH_CONFIG_CUSTOM_BEGIN+9)
 Set the frame options start stop bit suppression pcd 2 picc.
 
#define PHPAL_I14443P4_SW_FRAMING_OPTIONS_START_STOP_BIT_SUPPRESSION_PICC_2_PCD   (PH_CONFIG_CUSTOM_BEGIN+10)
 Set the frame options stop bit suppression picc 2 pcd.
 

Detailed Description

Function Documentation

◆ phpalI14443p4_Sw_Init()

phStatus_t phpalI14443p4_Sw_Init ( phpalI14443p4_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams 
)

Initialise this layer.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wSizeOfDataParams[In] Specifies the size of the data parameter structure.
[in]pHalDataParams[In] Pointer to the parameter structure of the underlying layer.