Home
last modified time | relevance | path

Searched refs:write_byte (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/int/
Drw_int.h206 uint8_t write_byte; /* Index of last written byte */ member
/system/nfc/src/nfc/tags/
Drw_t1t_ndef.c1366 if (p_t1t->write_byte + 1 >= T1T_BLOCK_SIZE) { in rw_t1t_next_ndef_write_block()
1370 index = p_t1t->write_byte + 1; in rw_t1t_next_ndef_write_block()
1470 p_t1t->write_byte = index; in rw_t1t_send_ndef_byte()