Home | History | Annotate | Download | only in src

Lines Matching refs:BlockNumber

93 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t  BlockNumber);
1845 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t BlockNumber)
1849 if(BlockNumber >= PH_FRINFC_MIFARESTD4K_BLK128)
1852 ((BlockNumber - PH_FRINFC_MIFARESTD4K_BLK128)/
1857 SectorID = (BlockNumber/PH_FRINFC_MIFARESTD_BLK4);