Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c196 start = p_data[0] * T1T_BLOCK_SIZE; in rw_t1t_extract_lock_bytes()
197 end = (p_data[0] + 1) * T1T_BLOCK_SIZE; in rw_t1t_extract_lock_bytes()
223 lock_offset = (offset % T1T_BLOCK_SIZE) + T1T_ADD_LEN; in rw_t1t_extract_lock_bytes()
314 else if (offset < (p_t1t->mem[T1T_CC_TMS_BYTE] + 1) * T1T_BLOCK_SIZE) in rw_t1t_read_locks()
317 …if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, (UINT8) (offset/T1T_BLOCK_SIZE), NULL)) == NFC_S… in rw_t1t_read_locks()
361 UINT8 write_block[T1T_BLOCK_SIZE]; in rw_t1t_handle_write_rsp()
382 if (p_t1t->work_offset < (T1T_BLOCK_SIZE - 1)) in rw_t1t_handle_write_rsp()
420 memset (write_block,0,T1T_BLOCK_SIZE); in rw_t1t_handle_write_rsp()
473 memset (write_block,0,T1T_BLOCK_SIZE); in rw_t1t_handle_write_rsp()
475 write_block[(UINT8) (offset%T1T_BLOCK_SIZE)] |= tags_pow (2,num_bits) - 1; in rw_t1t_handle_write_rsp()
[all …]
Drw_t1t.c858 ||(byte >= T1T_BLOCK_SIZE ) ) in RW_T1tWriteErase()
911 ||(byte >= T1T_BLOCK_SIZE ) ) in RW_T1tWriteNoErase()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h51 #define T1T_BLOCK_SIZE 0x08 /* T1T Block size in bytes */ macro
53 #define T1T_STATIC_SIZE T1T_STATIC_BLOCKS * T1T_BLOCK_SIZE /* Static Tag size */
/external/libnfc-nci/src/nfc/int/
Drw_int.h153 …UINT8 ndef_first_block[T1T_BLOCK_SIZE]; /* Buffer for ndef first block …
154 …UINT8 ndef_final_block[T1T_BLOCK_SIZE]; /* Buffer for ndef last block …