Home
last modified time | relevance | path

Searched refs:sectorsCount (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smif_memslot.c1298 regionEndAddr = regionStartAddr + (currInfo->sectorsCount * currInfo->eraseSize); in Cy_SMIF_MemLocateHybridRegion()
2065 … hybridRegionEnd = (hybrInfo->sectorsCount * eraseSectorSize) + hybridRegionStart - 1UL; in Cy_SMIF_MemEraseSector()
Dcy_smif_sfdp.c2193 currRegionPtr->sectorsCount = 1UL; in SfdpPopulateRegionInfo()
2198 … currRegionPtr->sectorsCount = regionSize / eraseType[supportedEraseType].eraseSize; in SfdpPopulateRegionInfo()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smif_memslot.h627 … uint32_t sectorsCount; /**< This specifies the number of sectors in the region */ member