NXP Reader Library  v17.1.0.2535
Collaboration diagram for Buffer Size:

Macros

#define PHAL_MFDUOX_ISO_DFNAME_LEN   16U
 Maximum ISO DFName length.
 
#define PHAL_MFDUOX_BLOCK_SIZE   16U
 Block Size to be used while performing TMICollection.
 
#define PHAL_MFDUOX_APP_ID_LEN   3U
 Maximum Application Identifier length.
 
#define PHAL_MFDUOX_CMD_BUFFER_SIZE_MINIMUM   256U
 Minimum size for allocating the command buffer during initializing. More...
 
#define PHAL_MFDUOX_PRS_BUFFER_SIZE_MINIMUM   512U
 Minimum size for allocating the response / SM processing buffer during initializing. More...
 
#define PHAL_MFDUOX_MAX_NATIVE_DATA_LEN   64U
 Maximum length of data that can be passed to Pal ISO14443-4 layer for Application Chaining.
 

Detailed Description

Macro Definition Documentation

◆ PHAL_MFDUOX_CMD_BUFFER_SIZE_MINIMUM

#define PHAL_MFDUOX_CMD_BUFFER_SIZE_MINIMUM   256U

Minimum size for allocating the command buffer during initializing.

Based on the platform, the value should not go below 128 to avoid issues.

◆ PHAL_MFDUOX_PRS_BUFFER_SIZE_MINIMUM

#define PHAL_MFDUOX_PRS_BUFFER_SIZE_MINIMUM   512U

Minimum size for allocating the response / SM processing buffer during initializing.

Based on the platform, the value should not go below 128 to avoid issues.