Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_MifStdFormat.c782 SectIndex = PH_FRINFC_MFSTD_FMT_VAL_0; in phFriNfc_MfStd_H_ProRdSectTr() local
786 SectIndex = (uint8_t)PH_FRINFC_MFSTD_FMT_SECT_INDEX_CALC; in phFriNfc_MfStd_H_ProRdSectTr()
795 NdefSmtCrdFmt->AddInfo.MfStdInfo.SectCompl[SectIndex] = (uint8_t) in phFriNfc_MfStd_H_ProRdSectTr()
802 SectIndex++; in phFriNfc_MfStd_H_ProRdSectTr()
825 SectIndex = PH_FRINFC_MFSTD_FMT_VAL_0; in phFriNfc_MfStd_H_ProWrSectTr() local
829 SectIndex = (uint8_t)PH_FRINFC_MFSTD_FMT_SECT_INDEX_CALC; in phFriNfc_MfStd_H_ProWrSectTr()
832 NdefSmtCrdFmt->AddInfo.MfStdInfo.SectCompl[SectIndex] = (uint8_t) in phFriNfc_MfStd_H_ProWrSectTr()
839 SectIndex++; in phFriNfc_MfStd_H_ProWrSectTr()
891 uint8_t SectIndex = PH_FRINFC_MFSTD_FMT_VAL_0; in phFriNfc_MfStd_H_ChangeAuthSt() local
897 SectIndex = (uint8_t)PH_FRINFC_MFSTD_FMT_SECT_INDEX_CALC; in phFriNfc_MfStd_H_ChangeAuthSt()
[all …]
DphFriNfc_MifStdFormat.h355 SectIndex++;\
356 SectIndex = (uint8_t)((SectIndex == 16)?\
357 (SectIndex + PH_FRINFC_MFSTD_FMT_VAL_1):\
358 SectIndex);\