Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1550 …((start >= flashProtectionInfo.highRegionStart) && (endAddress <= flashProtectionInfo.highRegionEn… in FLASH_IsProtected()
1554 …art >= flashProtectionInfo.lowRegionEnd) && (endAddress <= flashProtectionInfo.highRegionStart)) || in FLASH_IsProtected()
2459 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
2468 info->highRegionStart = in flash_get_protection_info()
2473 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
2482 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
2491 info->highRegionStart = in flash_get_protection_info()
2497 info->highRegionStart = regionBase + pflashTotalSize; in flash_get_protection_info()
2506 info->highRegionStart = regionBase; in flash_get_protection_info()
2515 info->highRegionStart = FSL_FEATURE_FLASH_PFLASH_HIGH_START_ADDRESS; in flash_get_protection_info()
[all …]
Dfsl_flash.h342 uint32_t highRegionStart; /*!< Start address of flash protection high region.*/ member