Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Format.c252 phFriNfc_ISO15693_AddInfo_t *ps_iso15693_info = in phFriNfc_ISO15693_H_GetMaxDataSize() local
306 ps_iso15693_info->max_data_size = (uint16_t) in phFriNfc_ISO15693_H_GetMaxDataSize()
332 phFriNfc_ISO15693_AddInfo_t *ps_iso15693_info = in phFriNfc_ISO15693_H_ProFormat() local
336 ps_iso15693_info->format_seq; 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()
404 switch (ps_iso15693_info->max_data_size) in phFriNfc_ISO15693_H_ProFormat()
449 ps_iso15693_info->current_block = (uint16_t) in phFriNfc_ISO15693_H_ProFormat()
450 (ps_iso15693_info->current_block + 1); in phFriNfc_ISO15693_H_ProFormat()
490 ps_iso15693_info->format_seq = (uint8_t)e_format_seq; in phFriNfc_ISO15693_H_ProFormat()
547 phFriNfc_ISO15693_AddInfo_t *ps_iso15693_info = in phFriNfc_ISO15693_FmtProcess() local