Searched refs:flashProtectionInfo (Results 1 – 1 of 1) sorted by relevance
1523 flash_protection_config_t flashProtectionInfo; /* flash protection information */ in FLASH_IsProtected() local1540 returnCode = flash_get_protection_info(config, &flashProtectionInfo); in FLASH_IsProtected()1549 …if (((start >= flashProtectionInfo.lowRegionStart) && (endAddress <= flashProtectionInfo.lowRegion… in FLASH_IsProtected()1550 …((start >= flashProtectionInfo.highRegionStart) && (endAddress <= flashProtectionInfo.highRegionEn… in FLASH_IsProtected()1554 …else if (((start >= flashProtectionInfo.lowRegionEnd) && (endAddress <= flashProtectionInfo.highRe… in FLASH_IsProtected()1555 …(start >= flashProtectionInfo.highRegionEnd) || (endAddress <= flashProtectionInfo.lowRegionStart)) in FLASH_IsProtected()