Searched refs:lowRegionEnd (Results 1 – 2 of 2) sorted by relevance
1549 …tart >= flashProtectionInfo.lowRegionStart) && (endAddress <= flashProtectionInfo.lowRegionEnd)) || in FLASH_IsProtected()1554 …else if (((start >= flashProtectionInfo.lowRegionEnd) && (endAddress <= flashProtectionInfo.highRe… in FLASH_IsProtected()2458 info->lowRegionEnd = regionBase; in flash_get_protection_info()2465 info->lowRegionEnd = regionBase; in flash_get_protection_info()2481 info->lowRegionEnd = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()2490 info->lowRegionEnd = regionBase + ((2UL << pflashFPLS) << 10UL); in flash_get_protection_info()2496 info->lowRegionEnd = regionBase + ((1UL << pflashFPLS) << 10UL); in flash_get_protection_info()2505 info->lowRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()2514 …info->lowRegionEnd = (uint32_t)FSL_FEATURE_FLASH_PFLASH_HIGH_START_ADDRESS - ((1UL << pflashFPHS) … in flash_get_protection_info()2519 info->lowRegionEnd = regionBase + pflashTotalSize; in flash_get_protection_info()[all …]
341 uint32_t lowRegionEnd; /*!< End address of flash protection low region.*/ member