Home | History | Annotate | Download | only in src

Lines Matching refs:TotalNoSectors

547         NdefMap->StdMifareContainer.TotalNoSectors = PH_FRINFC_MIFARESTD_FLAG0;
6066 uint8_t totalNoSectors = 0 , sectorTrailerBlockNo = 0;
6082 totalNoSectors = PH_FRINFC_MIFARESTD1K_TOTAL_SECTOR;
6086 totalNoSectors = PH_FRINFC_MIFARESTD4K_TOTAL_SECTOR;
6100 NdefMap->StdMifareContainer.TotalNoSectors = totalNoSectors;
6101 if(totalNoSectors == 0)
6118 NdefMap->StdMifareContainer.ReadOnlySectorIndex < totalNoSectors;
6155 if(NdefMap->StdMifareContainer.ReadOnlySectorIndex == totalNoSectors &&
6325 if (NdefMap->StdMifareContainer.ReadOnlySectorIndex >= NdefMap->StdMifareContainer.TotalNoSectors ||