Lines Matching defs:sector
219 #define RW_T2T_STATE_SELECT_SECTOR 0x04 /* Waiting response for sector select command */
227 /* rw_t2t_read/rw_t2t_write takes care of sector change if the block to read/write is in a different sector
229 * move back to the particular substate after Sector change is completed and read/write command is sent on new sector */
235 #define RW_T2T_SUBSTATE_WAIT_SELECT_SECTOR_SUPPORT 0x01 /* waiting for response of sector select CMD 1 */
236 #define RW_T2T_SUBSTATE_WAIT_SELECT_SECTOR 0x02 /* waiting for response of sector select CMD 2 */
298 UINT8 prev_substate; /* Substate of the tag before moving to different sector */
299 UINT8 sector; /* Sector number that is selected */
300 UINT8 select_sector; /* Sector number that is expected to get selected */
307 BT_HDR *p_cur_cmd_buf; /* Copy of current command, for retx/send after sector change */
308 BT_HDR *p_sec_cmd_buf; /* Copy of command, to send after sector change */
610 extern tNFC_STATUS rw_t2t_sector_change (UINT8 sector);