Lines Matching full:read
51 #define RW_T1_TAG_ATTRB_READ_ONLY 0x03 /* TAG is in READ ONLY state */
52 #define RW_T1_TAG_ATTRB_READ_WRITE 0x04 /* TAG is in READ WRITE state */
62 #define RW_T1T_STATE_READ 0x02 /* waiting rsp for read command sent to tag */
65 #define RW_T1T_STATE_READ_NDEF 0x05 /* performing read NDEF procedure */
67 #define RW_T1T_STATE_SET_TAG_RO 0x07 /* Setting Tag as read only tag */
90 #define RW_T1T_SUBSTATE_WAIT_SET_CC_RWA_RO 0x0C /* waiting for response of setting CC-RWA to read only */
117 tRW_T1T_LOCK_STATUS lock_status; /* Indicates if it is modifed to set tag as Read only */
118 BOOLEAN b_lock_read; /* Is the lock byte is already read from tag */
148 BOOLEAN b_rseg; /* Segment 0 read from tag */
149 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */
158 UINT8 block_read; /* Last read Block */
176 UINT8 lock_attr[T1T_BLOCKS_PER_SEGMENT]; /* byte information - read only or read write */
217 #define RW_T2T_STATE_READ 0x02 /* waiting response for read command sent to tag */
221 #define RW_T2T_STATE_READ_NDEF 0x06 /* Performing NDEF Read procedure */
223 #define RW_T2T_STATE_SET_TAG_RO 0x08 /* Setting Tag as Read only tag */
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 */
267 #define RW_T2T_SUBSTATE_WAIT_READ_DYN_LOCK_BYTE_BLOCK 0x1A /* waiting for response to read dynamic lock bytes block */
289 tRW_T2T_LOCK_STATUS lock_status; /* Indicates if it is modifed to set tag as Read only */
290 BOOLEAN b_lock_read; /* Is the lock byte is already read from tag */
304 UINT16 block_read; /* Read block */
310 BOOLEAN b_read_hdr; /* Tag header read from tag */
311 BOOLEAN b_read_data; /* Tag data block read from tag */
312 BOOLEAN b_hard_lock; /* Hard lock the tag as part of config tag to Read only */
325 UINT8 lock_attr[RW_T2T_SEGMENT_SIZE]; /* byte information - read only or read write */
326 UINT8 tlv_value[3]; /* Read value field of TLV */
328 UINT8 ndef_read_block[T2T_BLOCK_LEN]; /* Buffer to hold read before write block */
332 UINT16 ndef_read_block_num; /* Block read during NDEF Write to avoid overwritting res bytes */
358 UINT8 nbr; /* NBr: number of blocks that can be read using one Check command */
362 UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */
367 #define RW_T3T_FL_IS_FINAL_NDEF_SEGMENT 0x01 /* The final command for completing the NDEF read/write */
389 UINT32 ndef_rx_readlen; /* Number of bytes read in current CHECK command */
390 UINT32 ndef_rx_offset; /* Length of ndef message read so far */
419 read access condition */
446 UINT16 rw_length; /* remaining bytes to read/write */
447 UINT16 rw_offset; /* remaining offset to read/write */
453 #define RW_T4T_NDEF_STATUS_NDEF_READ_ONLY 0x02 /* NDEF file is read-only */
480 #define RW_I93_FLAG_READ_ONLY 0x01 /* tag is read-only */
481 #define RW_I93_FLAG_READ_MULTI_BLOCK 0x02 /* tag supports read multi block */
542 UINT16 rw_length; /* bytes to read/write */
543 UINT16 rw_offset; /* offset to read/write */