Searched refs:T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT (Results 1 – 3 of 3) sorted by relevance
220 if (bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT) { in ce_t3t_handle_update_cmd()402 if (bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT) { in ce_t3t_handle_check_cmd()735 } else if ((!(bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT)) && in ce_t3t_data_cback()747 (bl0 & T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT) ? 2 : 3; in ce_t3t_data_cback()
672 UINT8_TO_STREAM(p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_send_update_ndef_attribute_cmd()808 p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); /* byte0: len=1; in rw_t3t_send_next_ndef_update_cmd()945 p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); /* byte1: len=0; in rw_t3t_send_next_ndef_check_cmd()1045 service_code_idx |= T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT; in rw_t3t_message_set_block_list()1161 UINT8_TO_STREAM(p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_check_mc_block()1718 UINT8_TO_STREAM(p, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_handle_ndef_detect_poll_rsp()1778 UINT8_TO_STREAM(p_dst, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT); in rw_t3t_update_block()
310 #define T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT 0x80 macro