• Home
  • Raw
  • Download

Lines Matching refs:SectorID

411                                     uint8_t              SectorID,
414 static uint8_t phFriNfc_MifStd_H_GetSectorTrailerBlkNo(uint8_t SectorID );
1750 uint8_t SectorID = 0, callbreak = 0; in phFriNfc_MifStd_H_BlkChk() local
1755 SectorID = phFriNfc_MifStd_H_GetSect(NdefMap->StdMifareContainer.currentBlock); in phFriNfc_MifStd_H_BlkChk()
1761 if(SectorID > 15) in phFriNfc_MifStd_H_BlkChk()
1763 SectorID = phFriNfc_MifStd_H_GetSect(NdefMap->StdMifareContainer.currentBlock); in phFriNfc_MifStd_H_BlkChk()
1771 phFriNfc_MifStd1k_H_BlkChk(NdefMap, SectorID, &callbreak); in phFriNfc_MifStd_H_BlkChk()
1777 if(SectorID > PH_FRINFC_MIFARESTD_SECTOR_NO39) in phFriNfc_MifStd_H_BlkChk()
1788 …else if(SectorID < PH_FRINFC_MIFARESTD_SECTOR_NO32) /* sector < 32 contains 4 blocks in each secto… in phFriNfc_MifStd_H_BlkChk()
1798 phFriNfc_MifStd1k_H_BlkChk(NdefMap, SectorID, &callbreak); in phFriNfc_MifStd_H_BlkChk()
1811 if(NdefMap->StdMifareContainer.aid[SectorID] == in phFriNfc_MifStd_H_BlkChk()
1822 … ((SectorID - PH_FRINFC_MIFARESTD_SECTOR_NO32) * PH_FRINFC_MIFARESTD_BLOCK_BYTES))) && in phFriNfc_MifStd_H_BlkChk()
1847 uint8_t SectorID = 0; in phFriNfc_MifStd_H_GetSect() local
1851 SectorID = (uint8_t)(PH_FRINFC_MIFARESTD_SECTOR_NO32 + in phFriNfc_MifStd_H_GetSect()
1857 SectorID = (BlockNumber/PH_FRINFC_MIFARESTD_BLK4); in phFriNfc_MifStd_H_GetSect()
1859 return SectorID; in phFriNfc_MifStd_H_GetSect()
5528 uint8_t SectorID = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_BlkChk_1() local
5531 SectorID = phFriNfc_MifStd_H_GetSect(NdefMap->StdMifareContainer.currentBlock); in phFriNfc_MifStd_H_BlkChk_1()
5535 if((NdefMap->StdMifareContainer.aid[SectorID] == in phFriNfc_MifStd_H_BlkChk_1()
5537 (((SectorID <= PH_FRINFC_MIFARESTD_VAL15) && in phFriNfc_MifStd_H_BlkChk_1()
5539 ((SectorID <= PH_FRINFC_MIFARESTD_SECTOR_NO39) && in phFriNfc_MifStd_H_BlkChk_1()
6018 uint8_t SectorID, in phFriNfc_MifStd1k_H_BlkChk() argument
6029 if(NdefMap->StdMifareContainer.aid[SectorID] == in phFriNfc_MifStd1k_H_BlkChk()
6037 (SectorID * PH_FRINFC_MIFARESTD_BLK4)) && in phFriNfc_MifStd1k_H_BlkChk()
6167 static uint8_t phFriNfc_MifStd_H_GetSectorTrailerBlkNo(uint8_t SectorID) in phFriNfc_MifStd_H_GetSectorTrailerBlkNo() argument
6172 if( SectorID < PH_FRINFC_MIFARESTD_SECTOR_NO32 ) in phFriNfc_MifStd_H_GetSectorTrailerBlkNo()
6174 sectorTrailerblockNumber = ( SectorID * PH_FRINFC_MIFARESTD_BLK4 ) + 3; in phFriNfc_MifStd_H_GetSectorTrailerBlkNo()
6179 … ((SectorID - PH_FRINFC_MIFARESTD_SECTOR_NO32) * PH_FRINFC_MIFARESTD_SECTOR_BLOCKS)) + 15; in phFriNfc_MifStd_H_GetSectorTrailerBlkNo()