![]() |
LibDriver NTAG21X
|
ntag21x version structure definition More...
#include <driver_ntag21x.h>
Data Fields | |
| uint8_t | fixed_header |
| uint8_t | vendor_id |
| uint8_t | product_type |
| uint8_t | product_subtype |
| uint8_t | major_product_version |
| uint8_t | minor_product_version |
| uint8_t | storage_size |
| uint8_t | protocol_type |
ntag21x version structure definition
Definition at line 132 of file driver_ntag21x.h.
| uint8_t fixed_header |
fixed header
Definition at line 134 of file driver_ntag21x.h.
| uint8_t major_product_version |
major product version
Definition at line 138 of file driver_ntag21x.h.
| uint8_t minor_product_version |
minor product version
Definition at line 139 of file driver_ntag21x.h.
| uint8_t product_subtype |
product subtype
Definition at line 137 of file driver_ntag21x.h.
| uint8_t product_type |
product type
Definition at line 136 of file driver_ntag21x.h.
| uint8_t protocol_type |
protocol type
Definition at line 141 of file driver_ntag21x.h.
| uint8_t storage_size |
storage size
Definition at line 140 of file driver_ntag21x.h.
| uint8_t vendor_id |
vendor id
Definition at line 135 of file driver_ntag21x.h.