Configuration and Option definitions. These options shall be used along with SetConfig and GetConfig to configure PAL Sli15693 layer. More...

Macros | |
| #define | PHPAL_SLI15693_CONFIG_FLAGS 0x0000U |
| Set or get the flags byte. More... | |
| #define | PHPAL_SLI15693_CONFIG_ADD_INFO 0x0001U |
| Get the additional info word. More... | |
| #define | PHPAL_SLI15693_CONFIG_TIMEOUT_US 0x0002U |
| Set or get the current timeout in microseconds. | |
| #define | PHPAL_SLI15693_CONFIG_TIMEOUT_MS 0x0003U |
| Set or get the current timeout in milliseconds. | |
| #define | PHPAL_SLI15693_CONFIG_TXDATARATE 0x0004U |
| Set or get the current TX Data rate. | |
| #define | PHPAL_SLI15693_CONFIG_RXDATARATE 0x0005U |
| Set or get the current RX Data rate. | |
| #define | PHPAL_SLI15693_CONFIG_T1_PARAMETER 0x0006U |
| Set or get the current T1 timeout after Parameter Select. | |
| #define | PHPAL_SLI15693_CONFIG_ENABLE_BUFFERING 0x0007U |
| Option to Get / Set the buffering of response data to be enabled or disabled. More... | |
| #define | PHPAL_SLI15693_CONFIG_MAXRETRYCOUNT 0x0008U |
| Set / Get Maximum Retry Count. | |
| #define | PHPAL_SLI15693_CONFIG_ICMFGCODE 0x0009U |
| Set / Get IC Manufacturer Code. | |
| #define | PHPAL_SLI15693_CONFIG_TRANSPARENT 0x0010U |
| Set or get the Transparent mode. | |
Configuration and Option definitions. These options shall be used along with SetConfig and GetConfig to configure PAL Sli15693 layer.
| #define PHPAL_SLI15693_CONFIG_FLAGS 0x0000U |
Set or get the flags byte.
This shall be used to set or get the value of Request Flag field used in the commands sent by the library.
| #define PHPAL_SLI15693_CONFIG_ADD_INFO 0x0001U |
Get the additional info word.
This shall be used to set or get the value of Response Flag for authentication commands or the error code field used in the response received by the library.
| #define PHPAL_SLI15693_CONFIG_ENABLE_BUFFERING 0x0007U |
Option to Get / Set the buffering of response data to be enabled or disabled.
By default this flag will be disabled.