Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1549 …if (((start >= flashProtectionInfo.lowRegionStart) && (endAddress <= flashProtectionInfo.lowRegion… in FLASH_IsProtected()
1555 …(start >= flashProtectionInfo.highRegionEnd) || (endAddress <= flashProtectionInfo.lowRegionStart)) in FLASH_IsProtected()
2457 info->lowRegionStart = regionBase; in flash_get_protection_info()
2464 info->lowRegionStart = regionBase; in flash_get_protection_info()
2480 info->lowRegionStart = regionBase; in flash_get_protection_info()
2487 info->lowRegionStart = regionBase; in flash_get_protection_info()
2504 info->lowRegionStart = regionBase; in flash_get_protection_info()
2511 info->lowRegionStart = regionBase; in flash_get_protection_info()
2527 info->lowRegionStart = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()
2536 info->lowRegionStart = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()
[all …]
Dfsl_flash.h340 uint32_t lowRegionStart; /*!< Start address of flash protection low region.*/ member