Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_MifULFormat.c212 NdefSmtCrdFmt->AddInfo.Type2Info.CurrentBlock = PH_FRINFC_MFUL_FMT_VAL_0; in phFriNfc_MfUL_Reset()
213 (void)memcpy(NdefSmtCrdFmt->AddInfo.Type2Info.OTPBytes, in phFriNfc_MfUL_Reset()
215 sizeof(NdefSmtCrdFmt->AddInfo.Type2Info.OTPBytes)); in phFriNfc_MfUL_Reset()
217 NdefSmtCrdFmt->AddInfo.Type2Info.LockBytes[0] = 0; in phFriNfc_MfUL_Reset()
218 NdefSmtCrdFmt->AddInfo.Type2Info.LockBytes[1] = 0; in phFriNfc_MfUL_Reset()
219 NdefSmtCrdFmt->AddInfo.Type2Info.LockBytes[2] = 0; in phFriNfc_MfUL_Reset()
220 NdefSmtCrdFmt->AddInfo.Type2Info.LockBytes[3] = 0; in phFriNfc_MfUL_Reset()
229 NdefSmtCrdFmt->AddInfo.Type2Info.CurrentBlock = PH_FRINFC_MFUL_FMT_VAL_0; in phFriNfc_MfUL_Format()
230 (void)memcpy(NdefSmtCrdFmt->AddInfo.Type2Info.OTPBytes, in phFriNfc_MfUL_Format()
232 sizeof(NdefSmtCrdFmt->AddInfo.Type2Info.OTPBytes)); in phFriNfc_MfUL_Format()
[all …]
DphFriNfc_SmtCrdFmt.h285 phFriNfc_Type2_AddInfo_t Type2Info; member