Searched refs:store_length (Results 1 – 2 of 2) sorted by relevance
636 if (ps_iso_15693_con->store_length) in phFriNfc_ISO15693_H_ProcessReadNdef()642 if (ps_iso_15693_con->store_length in phFriNfc_ISO15693_H_ProcessReadNdef()650 ps_iso_15693_con->store_length); in phFriNfc_ISO15693_H_ProcessReadNdef()653 ps_iso_15693_con->store_length); in phFriNfc_ISO15693_H_ProcessReadNdef()655 remaining_data_size = ps_iso_15693_con->store_length; in phFriNfc_ISO15693_H_ProcessReadNdef()657 ps_iso_15693_con->store_length = 0; in phFriNfc_ISO15693_H_ProcessReadNdef()662 remaining_data_size = (uint16_t)(ps_iso_15693_con->store_length - in phFriNfc_ISO15693_H_ProcessReadNdef()675 (ps_iso_15693_con->store_length - remaining_data_size)); in phFriNfc_ISO15693_H_ProcessReadNdef()680 ps_iso_15693_con->store_length = (uint8_t) in phFriNfc_ISO15693_H_ProcessReadNdef()681 (ps_iso_15693_con->store_length - remaining_data_size); in phFriNfc_ISO15693_H_ProcessReadNdef()[all …]
276 uint8_t store_length; member