Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphFriNfc_MifStdFormat.c728 SectIndex = PH_FRINFC_MFSTD_FMT_VAL_0; in phFriNfc_MfStd_H_ProRdSectTr() local
732 SectIndex = (uint8_t)PH_FRINFC_MFSTD_FMT_SECT_INDEX_CALC; in phFriNfc_MfStd_H_ProRdSectTr()
741 NdefSmtCrdFmt->AddInfo.MfStdInfo.SectCompl[SectIndex] = (uint8_t) in phFriNfc_MfStd_H_ProRdSectTr()
748 SectIndex++; in phFriNfc_MfStd_H_ProRdSectTr()
781 SectIndex = PH_FRINFC_MFSTD_FMT_VAL_0; in phFriNfc_MfStd_H_ProWrSectTr() local
785 SectIndex = (uint8_t)PH_FRINFC_MFSTD_FMT_SECT_INDEX_CALC; in phFriNfc_MfStd_H_ProWrSectTr()
788 NdefSmtCrdFmt->AddInfo.MfStdInfo.SectCompl[SectIndex] = (uint8_t) in phFriNfc_MfStd_H_ProWrSectTr()
795 SectIndex++; in phFriNfc_MfStd_H_ProWrSectTr()
875 uint8_t SectIndex = PH_FRINFC_MFSTD_FMT_VAL_0; in phFriNfc_MfStd_H_ChangeAuthSt() local
881 SectIndex = (uint8_t)PH_FRINFC_MFSTD_FMT_SECT_INDEX_CALC; in phFriNfc_MfStd_H_ChangeAuthSt()
[all …]
DphFriNfc_MifStdFormat.h280 SectIndex++;\
281 SectIndex = (uint8_t)((SectIndex == 16)?\
282 (SectIndex + PH_FRINFC_MFSTD_FMT_VAL_1):\
283 SectIndex);\