Searched refs:ndef_blocks_to_write (Results 1 – 1 of 1) sorted by relevance
713 UINT16 ndef_blocks_to_write, ndef_blocks_remaining; in rw_t3t_send_next_ndef_update_cmd() local756 ndef_blocks_to_write = ndef_blocks_remaining; in rw_t3t_send_next_ndef_update_cmd()761 ndef_blocks_to_write = blocks_per_update; in rw_t3t_send_next_ndef_update_cmd()779 UINT8_TO_STREAM (p, ndef_blocks_to_write); /* Number of blocks to write in this command */ in rw_t3t_send_next_ndef_update_cmd()780 timeout = RW_T3T_DEFAULT_CMD_TIMEOUT_TICKS * (UINT32) ndef_blocks_to_write; in rw_t3t_send_next_ndef_update_cmd()782 …ock_id = first_block_to_write; block_id < (first_block_to_write + ndef_blocks_to_write); block_id+… in rw_t3t_send_next_ndef_update_cmd()802 if (ndef_blocks_to_write == ndef_blocks_remaining) in rw_t3t_send_next_ndef_update_cmd()808 … ndef_blocks_to_write--; /* handle the last block separately if it needs padding */ in rw_t3t_send_next_ndef_update_cmd()816 ARRAY_TO_STREAM (p, p_cur_ndef_src_offset, (ndef_blocks_to_write * 16)); in rw_t3t_send_next_ndef_update_cmd()817 p_cb->ndef_msg_bytes_sent += ((UINT32) ndef_blocks_to_write * 16); in rw_t3t_send_next_ndef_update_cmd()