nRF Connect SDK API 2.8.99
|
#define NFC_T2T_DESC_DEF | ( | _name, | |
_max_blocks ) |
#include <include/nfc/t2t/parser.h>
Create and initialize a Type 2 Tag descriptor.
This macro creates and initializes a static instance of an nfc_t2t structure and an array of Type 2 Tag TLV blocks descriptors.
Use the macro NFC_T2T_DESC to access the Type 2 Tag descriptor instance.
[in] | _name | Name of the created descriptor instance. |
[in] | _max_blocks | Maximum number of Type 2 Tag TLV blocks descriptors that can be stored in the array. |