Home | History | Annotate | Download | only in src

Lines Matching refs:Flags

86  * \brief These are the flags specifying the content, structure or purpose of a NDEF Record.
87 * \name NDEF Record Header Flags
89 * Flags of the first record byte, as defined by the NDEF specification.
133 * The flags control (or inform about) the structure of a record.
135 * \li \b Extraction: The component fills in the flags, extracted from the NDEF record.
136 * \li \b Composition: The caller has to specify the proper flags (OR'ing of the individual
139 * is responsible for applying the correct flags in order to mark the
142 uint8_t Flags;
182 * The length of the ID field. See \ref phFriNfc_NdefRecord_t::Flags .
445 * This is a sub function to the Generate Function. This function will get bit fields of the Flags Byte
450 static uint8_t phFriNfc_NdefRecord_NdefFlag(uint8_t Flags,uint8_t Mask);
464 * and omit the other Flags bits. No Error Checks done here.
498 * and omit the other Flags bits. No Error Checks done here.