Home | History | Annotate | Download | only in int

Lines Matching refs:sector

225 #define RW_T2T_STATE_SELECT_SECTOR                      0x04    /* Waiting response for sector select command               */
233 /* rw_t2t_read/rw_t2t_write takes care of sector change if the block to read/write is in a different sector
235 * move back to the particular substate after Sector change is completed and read/write command is sent on new sector */
241 #define RW_T2T_SUBSTATE_WAIT_SELECT_SECTOR_SUPPORT 0x01 /* waiting for response of sector select CMD 1 */
242 #define RW_T2T_SUBSTATE_WAIT_SELECT_SECTOR 0x02 /* waiting for response of sector select CMD 2 */
304 UINT8 prev_substate; /* Substate of the tag before moving to different sector */
305 UINT8 sector; /* Sector number that is selected */
306 UINT8 select_sector; /* Sector number that is expected to get selected */
313 BT_HDR *p_cur_cmd_buf; /* Copy of current command, for retx/send after sector change */
314 BT_HDR *p_sec_cmd_buf; /* Copy of command, to send after sector change */
615 extern tNFC_STATUS rw_t2t_sector_change (UINT8 sector);