Searched refs:tag_attribute (Results 1 – 4 of 4) sorted by relevance
259 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_ONLY; in rw_t1t_update_tag_state()262 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_update_tag_state()267 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_update_tag_state()270 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_UNKNOWN; in rw_t1t_update_tag_state()527 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in rw_t1t_handle_write_rsp()1012 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED_NDEF; in rw_t1t_handle_tlv_detect_rsp()1129 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_INITIALIZED; in rw_t1t_handle_tlv_detect_rsp()2347 if (p_t1t->tag_attribute == RW_T1_TAG_ATTRB_INITIALIZED_NDEF) { in RW_T1tReadNDef()2354 if ((p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_WRITE) && in RW_T1tReadNDef()2355 (p_t1t->tag_attribute != RW_T1_TAG_ATTRB_READ_ONLY)) { in RW_T1tReadNDef()[all …]
852 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase()900 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteNoErase()1012 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteErase8()1059 if ((p_t1t->tag_attribute == RW_T1_TAG_ATTRB_READ_ONLY) && in RW_T1tWriteNoErase8()
116 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in Init_ReadNdef()
179 uint8_t tag_attribute; /* Present state of the Tag as interpreted by RW */ member