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