![]() |
nRF Connect SDK API 3.3.99
|
| #define NFC_T4T_CC_DESC_DEF | ( | _name, | |
| _max_blocks ) |
#include <include/nfc/t4t/cc_file.h>
Macro for creating and initializing a Type 4 Tag Capability Container descriptor.
This macro creates and initializes a static instance of a CC file parser structure and an array of File Control TLV block parser for Type 4 Tag. descriptors.
Use the macro NFC_T4T_CC_DESC to access the Type 4 Tag descriptor instance.
| [in] | _name | Name of the created descriptor instance. |
| [in] | _max_blocks | Maximum number of File Control TLV block parser for Type 4 Tag. descriptors that can be stored in the array. |