Home
last modified time | relevance | path

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

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