Home
last modified time | relevance | path

Searched refs:kFLASH_MemoryIndexSecondaryFlash (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()
2096 (value != (uint32_t)kFLASH_MemoryIndexSecondaryFlash)) 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()
2872 case kFLASH_MemoryIndexSecondaryFlash: in mscm_flash_prefetch_speculation_enable()
2887 case kFLASH_MemoryIndexSecondaryFlash: in mscm_flash_prefetch_speculation_enable()
3085 if (config->FlashMemoryIndex == (uint8_t)kFLASH_MemoryIndexSecondaryFlash) in flash_get_matched_operation_info()
[all …]
Dfsl_flash.h464 kFLASH_MemoryIndexSecondaryFlash = 0x01U, /*!< Current flash memory is secondary flash.*/ enumerator