Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1550 …tart >= flashProtectionInfo.highRegionStart) && (endAddress <= flashProtectionInfo.highRegionEnd))) in FLASH_IsProtected()
1555 …(start >= flashProtectionInfo.highRegionEnd) || (endAddress <= flashProtectionInfo.lowRegionStart)) in FLASH_IsProtected()
2460 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2470 info->highRegionEnd = FSL_FEATURE_FLASH_PFLASH_HIGH_START_ADDRESS; in flash_get_protection_info()
2474 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2483 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2493 info->highRegionEnd = FSL_FEATURE_FLASH_PFLASH_HIGH_START_ADDRESS; in flash_get_protection_info()
2498 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2507 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
2522 info->highRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()
[all …]
Dfsl_flash.h343 uint32_t highRegionEnd; /*!< End address of flash protection high region.*/ member