Searched defs:bits_covered (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c2127 UINT8 bits_covered = 0; local
2182 bits_covered = 0;
2205 p_t1t->lock_attr[block_count] |= 0x01 << bits_covered;
2208 bits_covered++;
2209 if (bits_covered == 8)
2211 bits_covered = 0;
H A Drw_t2t_ndef.c2277 UINT8 bits_covered = 0; local
2334 bits_covered = 0;
2354 p_t2t->lock_attr[block_count] |= 0x01 << bits_covered;
2357 bits_covered++;
2358 if (bits_covered == TAG_BITS_PER_BYTE)
2361 bits_covered = 0;

Completed in 158 milliseconds