NXP Reader Library  v17.1.0.2535

Describes the supported options for SetConfig and GetConfig interfaces. More...

Collaboration diagram for Configuration:

Macros

#define PHAL_ICODE_CONFIG_FLAGS   0x00U
 Option to Get / Set the Flags information.
 
#define PHAL_ICODE_CONFIG_ADD_INFO   0x01U
 Option to Get the additional information.
 
#define PHAL_ICODE_CONFIG_TIMEOUT_US   0x02U
 Option to Get the timeout value in milliseconds.
 
#define PHAL_ICODE_CONFIG_TIMEOUT_MS   0x03U
 Option to Get the timeout value in microseconds.
 
#define PHAL_ICODE_CONFIG_ENABLE_BUFFERING   0x04U
 Option to Get / Set the buffering of response data to be enabled or disabled. More...
 
#define PHAL_ICODE_CONFIG_CHALLENGE_TIMEOUT_US   0x05U
 Option to Get / Set the timeout value in microseconds for Challenge command.
 
#define PHAL_ICODE_CONFIG_CHALLENGE_TIMEOUT_MS   0x06U
 Option to Get / Set the timeout value in milliseconds for Challenge command.
 
#define PHAL_ICODE_DISABLE   0x00U
 Option to disable the buffering of response data.
 
#define PHAL_ICODE_ENABLE   0x01U
 Option to enable the buffering of response data.
 
#define PHAL_ICODE_TIMEOUT_SHORT_US   324U
 Timeout T1 in us (ISO/IEC15693, 9.1.4.).
 
#define PHAL_ICODE_TIMEOUT_LONG_US   20000U
 Extended timeout for some commands.
 

Detailed Description

Describes the supported options for SetConfig and GetConfig interfaces.

Macro Definition Documentation

◆ PHAL_ICODE_CONFIG_ENABLE_BUFFERING

#define PHAL_ICODE_CONFIG_ENABLE_BUFFERING   0x04U

Option to Get / Set the buffering of response data to be enabled or disabled.

By default this flag will be disabled.