Flags when Inventory is NOT SET. These are part for bits 5 - 8 ( i.e. 4 - 7) according to ISO15693 specification. More...

Macros | |
| #define | PHPAL_SLI15693_FLAG_SELECTED 0x10U |
| Select_flag. More... | |
| #define | PHPAL_SLI15693_FLAG_ADDRESSED 0x20U |
| Address_flag. More... | |
| #define | PHPAL_SLI15693_FLAG_NON_ADDRESSED 0x00U |
| Address_flag. More... | |
Flags when Inventory is NOT SET. These are part for bits 5 - 8 ( i.e. 4 - 7) according to ISO15693 specification.
| #define PHPAL_SLI15693_FLAG_SELECTED 0x10U |
Select_flag.
If set, only VICC in selected state shall respond. The Address Flag shall be set to 0 and the UID field will not be included in the request. If not set Request shall be executed by any VICC according to the setting of Address Flag.
| #define PHPAL_SLI15693_FLAG_ADDRESSED 0x20U |
Address_flag.
If set request, is addressed. UID field is included in request. It shall be executed only by the VICC whose UID matches the UID specified in the request. If not set request is not addressed. UID field is not included in request. It shall be executed by any VICC.
| #define PHPAL_SLI15693_FLAG_NON_ADDRESSED 0x00U |
Address_flag.
If not set request, is addressed. UID field is not included in request. It shall be executed on any VICC.