Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c760 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in FLASH_Init()
818 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in FLASH_Init()
1754 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in FLASH_IsProtected()
1929 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in FLASH_IsExecuteOnly()
2100 config->FlashMemoryIndex = (uint8_t)value; in FLASH_SetProperty()
2341 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in FLASH_PflashSetProtection()
2384 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in FLASH_PflashGetProtection()
2981 mscm_flash_prefetch_speculation_enable(config->FlashMemoryIndex, true); in flash_cache_clear_process()
2990 mscm_flash_prefetch_speculation_enable(config->FlashMemoryIndex, false); in flash_cache_clear_process()
3085 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in flash_get_matched_operation_info()
[all …]
Dfsl_flash.h548 uint8_t FlashMemoryIndex; /*!< 0 - primary flash; 1 - secondary flash*/ member