Searched refs:BlockNumber (Results 1 – 2 of 2) sorted by relevance
1637 uint8_t BlockNumber = 0x00; in phLibNfc_CalSectorAddress() local1641 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()
33 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() argument1638 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()