NXP Reader Library  v17.1.0.2535

The baud Rates supported by NTAG5 product. More...

Collaboration diagram for DataRate:

Macros

#define PHPAL_SLI15693_26KBPS_DATARATE   0x1AU
 The default baud rate is 26kbps baud rate, is supported in both NFC and ISO mode. More...
 
#define PHPAL_SLI15693_53KBPS_DATARATE   0x1BU
 53kbps baud rate, supported in TX as well as RX but only for ISO mode. More...
 
#define PHPAL_SLI15693_106KBPS_DATARATE   0x1CU
 106kbps baud rate, supported in TX as well as RX but only for ISO mode.
 
#define PHPAL_SLI15693_212KBPS_DATARATE   0x1DU
 212kbps baud rate, supported only in TX and ISO mode.
 

Detailed Description

The baud Rates supported by NTAG5 product.

Macro Definition Documentation

◆ PHPAL_SLI15693_26KBPS_DATARATE

#define PHPAL_SLI15693_26KBPS_DATARATE   0x1AU

The default baud rate is 26kbps baud rate, is supported in both NFC and ISO mode.

This is just for representation Purpose, a GetConfig after applying this baud rate will return 1 out of 4 for TX and High DataRate for RX.

◆ PHPAL_SLI15693_53KBPS_DATARATE

#define PHPAL_SLI15693_53KBPS_DATARATE   0x1BU

53kbps baud rate, supported in TX as well as RX but only for ISO mode.

For RX this is just for representation Purpose, a GetConfig after applying this baud rate will return 53 kbps for TX and Fast High DataRate for RX.