Searched refs:copy_till_address (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c2568 uint16_t copy_till_address = 0; local
2613 copy_till_address = 0;
2632 copy_till_address = ps_locktlv_info->ByteAddr;
2656 copy_till_address = (uint16_t)
2657 (((ps_memtlv_info->ByteAddr < copy_till_address) ||
2658 (0 == copy_till_address))?
2659 ps_memtlv_info->ByteAddr : copy_till_address);
2662 if (copy_till_address == ps_memtlv_info->ByteAddr)
2670 copy_length = (uint16_t) ((copy_till_address == 0) ? copy_length :
2671 ((copy_till_address
[all...]

Completed in 30 milliseconds