Searched refs:flashProtectionInfo (Results 1 – 1 of 1) sorted by relevance
1705 flash_protection_config_t flashProtectionInfo; /* flash protection information */ in FLASH_IsProtected() local1721 returnCode = flash_get_protection_info(config, &flashProtectionInfo); in FLASH_IsProtected()1734 while (regionCounter <= flashProtectionInfo.regionCount) in FLASH_IsProtected()1737 flashProtectionInfo.regionBase + flashProtectionInfo.regionSize * regionCounter; in FLASH_IsProtected()1751 while (regionCounter < flashProtectionInfo.regionCount) in FLASH_IsProtected()1852 … start += flashProtectionInfo.regionSize; /* increment to an address within the next region */ in FLASH_IsProtected()