Searched refs:rw_t2t_send_cmd (Results 1 – 1 of 1) sorted by relevance
40 static tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat);376 tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat) in rw_t2t_send_cmd() function766 if ((status = rw_t2t_send_cmd (T2T_CMD_SEC_SEL,sector_byte2)) == NFC_STATUS_OK) in rw_t2t_read()787 if ((status = rw_t2t_send_cmd (T2T_CMD_READ, (UINT8 *) read_cmd)) == NFC_STATUS_OK) in rw_t2t_read()825 if ((status = rw_t2t_send_cmd (T2T_CMD_SEC_SEL, sector_byte2)) == NFC_STATUS_OK) in rw_t2t_write()845 if ((status = rw_t2t_send_cmd (T2T_CMD_WRITE, write_cmd)) == NFC_STATUS_OK) in rw_t2t_write()966 if((retval = rw_t2t_send_cmd (T2T_CMD_READ, §or_blk))== NFC_STATUS_OK) in RW_T2tPresenceCheck()1081 if ((status = rw_t2t_send_cmd (T2T_CMD_SEC_SEL, sector_byte2)) == NFC_STATUS_OK) in RW_T2tSectorSelect()