Home
last modified time | relevance | path

Searched refs:numberOfSectors (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c610 uint32_t numberOfSectors; /* number of sectors calculated by endAddress */ in FLASH_Erase() local
642 numberOfSectors = (endAddress / sectorSize) + 1UL; in FLASH_Erase()
643 endAddress = (numberOfSectors * sectorSize) - 1UL; in FLASH_Erase()
721 uint32_t numberOfSectors; /* number of sectors calculated by endAddress */ in FLASH_EraseEEprom() local
751 numberOfSectors = (endAddress / sectorSize) + 1UL; in FLASH_EraseEEprom()
752 endAddress = (numberOfSectors * sectorSize) - 1UL; in FLASH_EraseEEprom()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c272 uint32_t numberOfSectors; /* number of sectors calculated by endAddress */ in FTFx_CMD_Erase() local
300 numberOfSectors = endAddress / sectorSize + 1U; in FTFx_CMD_Erase()
301 endAddress = numberOfSectors * sectorSize - 1U; in FTFx_CMD_Erase()