Searched refs:highRegionStart (Results 1 – 2 of 2) sorted by relevance
1550 …((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 …]
342 uint32_t highRegionStart; /*!< Start address of flash protection high region.*/ member