Home
last modified time | relevance | path

Searched refs:T1T_BLOCKS_PER_SEGMENT (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t1t.c900 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteErase()
953 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteNoErase()
1070 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteErase8()
1120 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteNoErase8()
Drw_t1t_ndef.c1359 p_t1t->block_read = ((p_t1t->segment + 1) * T1T_BLOCKS_PER_SEGMENT) - 1; in rw_t1t_handle_ndef_read_rsp()
1943 while (count < T1T_BLOCKS_PER_SEGMENT) in rw_t1t_update_attributes()
2139 while (block_count < T1T_BLOCKS_PER_SEGMENT) in rw_t1t_update_lock_attributes()
2203 …um_dynamic_lock_bytes].lock_byte & rw_t1t_mask_bits[xx]) && (block_count < T1T_BLOCKS_PER_SEGMENT)) in rw_t1t_update_lock_attributes()
2213 if (block_count < T1T_BLOCKS_PER_SEGMENT) in rw_t1t_update_lock_attributes()
/external/libnfc-nci/src/nfc/int/
Drw_int.h175 …UINT8 attr[T1T_BLOCKS_PER_SEGMENT]; /* byte information - Reserved/lock/otp or…
176 …UINT8 lock_attr[T1T_BLOCKS_PER_SEGMENT]; /* byte information - read only or read wr…
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h58 #define T1T_BLOCKS_PER_SEGMENT 0x10 /* Number of blocks present in a segment */ macro