Searched refs:a_write_buf (Results 1 – 1 of 1) sorted by relevance
283 uint8_t a_write_buf[ISO15693_BYTES_PER_BLOCK] = {0}; in phFriNfc_ISO15693_H_ProcessWriteNdef() local301 (void)memcpy ((void *)a_write_buf, (void *)p_recv_buf, in phFriNfc_ISO15693_H_ProcessWriteNdef()310 *(a_write_buf + byte_index) = 0x00; in phFriNfc_ISO15693_H_ProcessWriteNdef()327 (void)memcpy ((void *)(a_write_buf + byte_index), in phFriNfc_ISO15693_H_ProcessWriteNdef()359 (void)memcpy ((void *)a_write_buf, (void *)p_recv_buf, in phFriNfc_ISO15693_H_ProcessWriteNdef()367 *(a_write_buf + byte_index) = (uint8_t)psNdefMap->ApduBuffIndex; in phFriNfc_ISO15693_H_ProcessWriteNdef()406 (void)memcpy ((void *)a_write_buf, (void *) in phFriNfc_ISO15693_H_ProcessWriteNdef()443 a_write_buf, sizeof (a_write_buf)); in phFriNfc_ISO15693_H_ProcessWriteNdef()1316 uint8_t a_write_buf[ISO15693_BYTES_PER_BLOCK] = {0}; in phFriNfc_ISO15693_H_ProcessReadOnly() local1332 (void)memcpy ((void *)a_write_buf, (void *)p_recv_buf, in phFriNfc_ISO15693_H_ProcessReadOnly()[all …]