Home
last modified time | relevance | path

Searched refs:a_send_byte (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Format.c338 uint8_t a_send_byte[ISO15693_BYTES_PER_BLOCK] = {0}; in phFriNfc_ISO15693_H_ProFormat() local
393 *a_send_byte = (uint8_t)ISO15693_CC_MAGIC_NUM; in phFriNfc_ISO15693_H_ProFormat()
397 *(a_send_byte + send_index) = (uint8_t) ISO15693_CC_VER_RW; in phFriNfc_ISO15693_H_ProFormat()
401 …*(a_send_byte + send_index) = (uint8_t) (ps_iso15693_info->max_data_size / ISO15693_CC_MULTIPLE_FA… in phFriNfc_ISO15693_H_ProFormat()
409 *(a_send_byte + send_index) = (uint8_t) ISO15693_RDMULBLKS_CMD_MASK; in phFriNfc_ISO15693_H_ProFormat()
416 *(a_send_byte + send_index) = (uint8_t) ISO15693_INVENTORY_CMD_MASK; in phFriNfc_ISO15693_H_ProFormat()
423 *(a_send_byte + send_index) = (uint8_t) ISO15693_INVENTORY_CMD_MASK; in phFriNfc_ISO15693_H_ProFormat()
436 send_length = sizeof (a_send_byte); in phFriNfc_ISO15693_H_ProFormat()
453 *a_send_byte = (uint8_t)ISO15693_NDEF_TLV_TYPE_ID; in phFriNfc_ISO15693_H_ProFormat()
457 *(a_send_byte + send_index) = 0; in phFriNfc_ISO15693_H_ProFormat()
[all …]