Searched refs:BlockNumber (Results 1 – 2 of 2) sorted by relevance
1492 uint8_t BlockNumber = 0x00; in phLibNfc_CalSectorAddress() local1495 BlockNumber = *Sector_Address; in phLibNfc_CalSectorAddress()1496 if (BlockNumber >= PHLIBNFC_MIFARESTD4K_BLK128) { in phLibNfc_CalSectorAddress()1498 ((BlockNumber - PHLIBNFC_MIFARESTD4K_BLK128) / in phLibNfc_CalSectorAddress()1501 *Sector_Address = BlockNumber / PHLIBNFC_NO_OF_BLKPERSECTOR; in phLibNfc_CalSectorAddress()
33 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t BlockNumber);1488 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t BlockNumber) { in phFriNfc_MifStd_H_GetSect() argument1491 if (BlockNumber >= PH_FRINFC_MIFARESTD4K_BLK128) { in phFriNfc_MifStd_H_GetSect()1493 ((BlockNumber - PH_FRINFC_MIFARESTD4K_BLK128) / in phFriNfc_MifStd_H_GetSect()1496 SectorID = (BlockNumber / PH_FRINFC_MIFARESTD_BLK4); in phFriNfc_MifStd_H_GetSect()