Searched refs:T3T_MSG_BLOCKSIZE (Results 1 – 4 of 4) sorted by relevance
308 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_update_cmd()309 p_block_data, T3T_MSG_BLOCKSIZE); in ce_t3t_handle_update_cmd()475 .p_scratch_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_check_cmd()476 T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd()481 .p_buf[(block_number - 1) * T3T_MSG_BLOCKSIZE]), in ce_t3t_handle_check_cmd()482 T3T_MSG_BLOCKSIZE); in ce_t3t_handle_check_cmd()767 if (remaining < p_cb->cur_cmd.num_blocks * T3T_MSG_BLOCKSIZE) { in ce_t3t_data_cback()889 p_cb->ndef_info.nmaxb = (uint16_t)((size_max + 15) / T3T_MSG_BLOCKSIZE); in CE_T3tSetLocalNDEFMsg()981 ARRAY_TO_STREAM(p_dst, p_block_data, (num_blocks * T3T_MSG_BLOCKSIZE)); in CE_T3tSendCheckRsp()
163 const uint8_t rw_t3t_default_attrib_info[T3T_MSG_BLOCKSIZE] = {1304 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_ndef_detect_rsp()1850 ARRAY_TO_STREAM(p_dst, p_block_data, T3T_MSG_BLOCKSIZE); in rw_t3t_update_block()1937 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_fmt_rsp()2025 uint8_t rw_t3t_ndef_attrib_info[T3T_MSG_BLOCKSIZE]; in rw_t3t_handle_sro_poll_rsp()2152 (T3T_MSG_RSP_OFFSET_CHECK_DATA + T3T_MSG_BLOCKSIZE)) { in rw_t3t_act_handle_sro_rsp()3049 uint8_t rw_t3t_ndef_attrib_info[T3T_MSG_BLOCKSIZE]; in RW_T3tSetReadOnly()
42 #define NFA_DTA_SCRATCH_BUF_SIZE T3T_MSG_BLOCKSIZE
321 #define T3T_MSG_BLOCKSIZE 16 macro