#include <tmr_gen2.h>
Public Attributes | |
TMR_GEN2_Bank | bank |
uint32_t | bitPointer |
bool | invert |
uint8_t * | mask |
uint16_t | maskBitLength |
A single selection operation in the Gen2 protocol.
Definition at line 132 of file tmr_gen2.h.
The memory bank in which to compare the mask
Definition at line 137 of file tmr_gen2.h.
uint32_t TMR_GEN2_Select::bitPointer |
The location (in bits) at which t to begin comparing the mask
Definition at line 139 of file tmr_gen2.h.
Whether to invert the selection (deselect tags that meet the comparison)
Definition at line 135 of file tmr_gen2.h.
uint8_t* TMR_GEN2_Select::mask |
The mask value to compare with the specified region of tag memory, MSB first
Definition at line 143 of file tmr_gen2.h.
uint16_t TMR_GEN2_Select::maskBitLength |
The length (in bits) of the mask
Definition at line 141 of file tmr_gen2.h.