#include <tmr_gen2.h>
Public Attributes | |
struct { | |
unsigned conditionalReadRangeReduction_onOff:1 | |
unsigned conditionalReadRangeReduction_openShort:1 | |
unsigned dataMode:1 | |
unsigned digitalOutput:1 | |
unsigned externalSupply:1 | |
unsigned invertDigitalOutput:1 | |
unsigned maxBackscatterStrength:1 | |
unsigned privacyMode:1 | |
unsigned psfAlarm:1 | |
unsigned readProtectEPC:1 | |
unsigned readProtectTID:1 | |
unsigned readProtectUser:1 | |
unsigned RFU2:1 | |
unsigned RFU3:1 | |
unsigned tamperAlarm:1 | |
unsigned transparentMode:1 | |
} | bits |
uint16_t | data |
The argument to a ChangeConfig command for NXP G2iL tags User can set the configWord directly using the 16 bit 'data' field. Otherwise, provides an option to individually set each flag. Instance of TMR_NXP_ConfigWord must be initialized before using either by declaring it as 'static' or by using the constructor routine TMR_init_NXP_ConfigWord() method.
Definition at line 358 of file tmr_gen2.h.
struct { ... } TMR_NXP_ConfigWord::bits |
Conditional Read Range Reduction on/off (permanently stored in tag memory)
Definition at line 385 of file tmr_gen2.h.
Conditional Read Range Reduction open/short (permanently stored in tag memory)
Definition at line 383 of file tmr_gen2.h.
uint16_t TMR_NXP_ConfigWord::data |
Definition at line 360 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::dataMode |
Transparent mode data/raw (reset at power up)
Definition at line 387 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::digitalOutput |
Digital output (permanently stored in tag memory)
Definition at line 379 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::externalSupply |
External supply flag digital input (read only)
Definition at line 397 of file tmr_gen2.h.
Invert digital output (reset at power up)
Definition at line 391 of file tmr_gen2.h.
Maximum backscatter strength (permanently stored in tag memory)
Definition at line 381 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::privacyMode |
Read range reduction on/off (permanently stored in tag memory)
Definition at line 377 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::psfAlarm |
Least significant bit PSF alarm flag (Permanently stored in tag memory)
Definition at line 369 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::readProtectEPC |
Read protect EPC bank (Permanently stored in tag memory)
Definition at line 373 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::readProtectTID |
Read protect TID bank (permanently stored in tag memory)
Definition at line 371 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::readProtectUser |
Read protect User memory bank (permanently stored in tag memory)
Definition at line 375 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::RFU2 |
RFU 2
Definition at line 395 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::RFU3 |
RFU 3
Definition at line 393 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::tamperAlarm |
Tamper alarm flag (Read only)
Definition at line 399 of file tmr_gen2.h.
unsigned TMR_NXP_ConfigWord::transparentMode |
Transparent mode on/off (reset at power up)
Definition at line 389 of file tmr_gen2.h.