#include <tmr_gen2.h>
Public Attributes | |
struct { | |
unsigned persistence:1 | |
unsigned readWrite:1 | |
unsigned RFU_Impinj4:1 | |
unsigned RFU_Impinj5:1 | |
unsigned RFU_TM0:1 | |
unsigned RFU_TM1:1 | |
unsigned RFU_TM2:1 | |
unsigned RFU_TM3:1 | |
} | bits |
uint8_t | data |
TMR_Monza4_ControlByte is an argument to Monza4 QTReadWrite custom command User can set the control byte directly using the 8 bit 'data' field. Otherwise, provides an option to individually set each flag. Instance of TMR_Monza4_ControlByte must be initialized before using either by declaring it as 'static' (or initializing it to 0) or by using the constructor routine TMR_init_Monza4_ControlByte() method.
Definition at line 412 of file tmr_gen2.h.
struct { ... } TMR_Monza4_ControlByte::bits |
uint8_t TMR_Monza4_ControlByte::data |
Definition at line 415 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::persistence |
If Read/Write=1, the Persistence field indicates whether the QT control is written to nonvolatile (NVM) or volatile memory. Persistence=0 means write to volatile memory. Persistence=1 means write to NVM memory
Definition at line 439 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::readWrite |
The Read/Write bit indicates whether the tag reads or writes QT control data. Read/Write=0 means read the QT control bits in cache. Read/Write=1 means write the QT control bits
Definition at line 445 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::RFU_Impinj4 |
Definition at line 431 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::RFU_Impinj5 |
Definition at line 432 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::RFU_TM0 |
The following bits are Reserved for Future Use. And will be ignored. RFU_TM's are ThingMagic specific RFU bits, and RFU_Impinj bits are as per the Monza4 specification.
Definition at line 427 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::RFU_TM1 |
Definition at line 428 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::RFU_TM2 |
Definition at line 429 of file tmr_gen2.h.
unsigned TMR_Monza4_ControlByte::RFU_TM3 |
Definition at line 430 of file tmr_gen2.h.