Searched refs:recv_length (Results 1 – 3 of 3) sorted by relevance
281 uint8_t recv_length = 0; in phFriNfc_ISO15693_H_ProcessWriteNdef() local292 recv_length = (uint8_t) in phFriNfc_ISO15693_H_ProcessWriteNdef()295 if (ISO15693_SINGLE_BLK_RD_RESP_LEN == recv_length) in phFriNfc_ISO15693_H_ProcessWriteNdef()302 recv_length); in phFriNfc_ISO15693_H_ProcessWriteNdef()352 recv_length = (uint8_t)(*psNdefMap->SendRecvLength - in phFriNfc_ISO15693_H_ProcessWriteNdef()355 if (ISO15693_SINGLE_BLK_RD_RESP_LEN == recv_length) in phFriNfc_ISO15693_H_ProcessWriteNdef()360 recv_length); in phFriNfc_ISO15693_H_ProcessWriteNdef()580 uint8_t recv_length, in phFriNfc_ISO15693_Reformat_Pageread_Buffer() argument588 while (i < recv_length) { in phFriNfc_ISO15693_Reformat_Pageread_Buffer()601 if (i + 16 <= recv_length) { in phFriNfc_ISO15693_Reformat_Pageread_Buffer()[all …]
2562 uint16_t recv_length = 0; in phFriNfc_Tpz_H_CopyReadData() local2570 recv_length = *(psNdefMap->SendRecvLength); in phFriNfc_Tpz_H_CopyReadData()2588 recv_length = (*(psNdefMap->SendRecvLength) - TOPAZ_STATIC_LOCK_RES_BYTES); in phFriNfc_Tpz_H_CopyReadData()2607 while (copy_index < recv_length) in phFriNfc_Tpz_H_CopyReadData()2609 copy_length = (uint16_t)(recv_length - copy_index); in phFriNfc_Tpz_H_CopyReadData()2766 if ((copy_index + skip_size) <= recv_length) in phFriNfc_Tpz_H_CopyReadData()2774 (recv_length - copy_index) : 0); in phFriNfc_Tpz_H_CopyReadData()2775 copy_index = (uint16_t)recv_length; in phFriNfc_Tpz_H_CopyReadData()2820 uint16_t recv_length = 0; in phFriNfc_Tpz_H_ParseTLVs() local2848 recv_length = *psNdefMap->SendRecvLength; in phFriNfc_Tpz_H_ParseTLVs()[all …]
132 uint8_t recv_length);249 uint8_t recv_length) in phFriNfc_ISO15693_H_GetMaxDataSize() argument258 if ((ISO15693_GET_SYS_INFO_RESP_LEN == recv_length) in phFriNfc_ISO15693_H_GetMaxDataSize()