Home
last modified time | relevance | path

Searched refs:flashProtectionInfo (Results 1 – 1 of 1) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1705 flash_protection_config_t flashProtectionInfo; /* flash protection information */ in FLASH_IsProtected() local
1721 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()