Searched refs:tag_attribute (Results 1 – 3 of 3) sorted by relevance
270 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_ONLY; in rw_t1t_update_tag_state()275 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_update_tag_state()282 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_update_tag_state()287 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_UNKNOWN; in rw_t1t_update_tag_state()542 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_handle_write_rsp()1093 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED_NDEF; in rw_t1t_handle_tlv_detect_rsp()1218 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_handle_tlv_detect_rsp()2521 if (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_INITIALIZED_NDEF) in RW_T1tReadNDef()2527 if ( (p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_WRITE) in RW_T1tReadNDef()2528 &&(p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_ONLY) ) in RW_T1tReadNDef()[all …]
876 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteErase()929 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteNoErase()1050 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteErase8()1100 if ( (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) in RW_T1tWriteNoErase8()
142 …UINT8 tag_attribute; /* Present state of the Tag as interpreted… member