Searched refs:p_resp (Results 1 – 1 of 1) sorted by relevance
454 void rw_i93_send_to_upper(NFC_HDR* p_resp) { in rw_i93_send_to_upper() argument455 uint8_t *p = (uint8_t*)(p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_send_to_upper()456 uint16_t length = p_resp->len; in rw_i93_send_to_upper()1661 void rw_i93_sm_detect_ndef(NFC_HDR* p_resp) { in rw_i93_sm_detect_ndef() argument1662 uint8_t *p = (uint8_t*)(p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_sm_detect_ndef()1664 uint16_t length = p_resp->len, xx, block, first_block, last_block, num_blocks; in rw_i93_sm_detect_ndef()2058 void rw_i93_sm_read_ndef(NFC_HDR* p_resp) { in rw_i93_sm_read_ndef() argument2059 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_i93_sm_read_ndef()2061 uint16_t offset, length = p_resp->len; in rw_i93_sm_read_ndef()2104 p_resp->offset += offset; in rw_i93_sm_read_ndef()[all …]