Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.c1637 uint8_t BlockNumber = 0x00; in phLibNfc_CalSectorAddress() local
1641 BlockNumber = *Sector_Address; in phLibNfc_CalSectorAddress()
1642 if(BlockNumber >= PHLIBNFC_MIFARESTD4K_BLK128) in phLibNfc_CalSectorAddress()
1645 ((BlockNumber - PHLIBNFC_MIFARESTD4K_BLK128)/ in phLibNfc_CalSectorAddress()
1650 *Sector_Address = BlockNumber/PHLIBNFC_NO_OF_BLKPERSECTOR; in phLibNfc_CalSectorAddress()
DphFriNfc_MifareStdMap.c33 static uint8_t phFriNfc_MifStd_H_GetSect (uint8_t BlockNumber);
1634 static uint8_t phFriNfc_MifStd_H_GetSect (uint8_t BlockNumber) in phFriNfc_MifStd_H_GetSect() argument
1638 if (BlockNumber >= PH_FRINFC_MIFARESTD4K_BLK128) in phFriNfc_MifStd_H_GetSect()
1641 ((BlockNumber - PH_FRINFC_MIFARESTD4K_BLK128)/ in phFriNfc_MifStd_H_GetSect()
1646 SectorID = (BlockNumber/PH_FRINFC_MIFARESTD_BLK4); in phFriNfc_MifStd_H_GetSect()