Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1734 while (regionCounter <= flashProtectionInfo.regionCount) in FLASH_IsProtected()
1751 while (regionCounter < flashProtectionInfo.regionCount) in FLASH_IsProtected()
3500 info->regionCount = SECONDARY_FLASH_FEATURE_PFLASH_PROTECTION_REGION_COUNT; in flash_get_protection_info()
3505 info->regionCount = MAIN_FLASH_FEATURE_PFLASH_PROTECTION_REGION_COUNT; in flash_get_protection_info()
3511 if (pflashTotalSize > info->regionCount * 1024) in flash_get_protection_info()
3513 info->regionSize = (pflashTotalSize) / info->regionCount; in flash_get_protection_info()
Dfsl_flash.h510 uint32_t regionCount; /*!< flash protection region count.*/ member