Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c2497 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionDisable) in FLASH_PflashSetPrefetchSpeculation()
2534 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()
2570 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionDisable) in FLASH_PflashSetPrefetchSpeculation()
2604 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionEnable; in FLASH_PflashGetPrefetchSpeculation()
2618 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2652 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2666 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
Dfsl_flash.h490 flash_prefetch_speculation_option_t instructionOption; /*!< Instruction speculation.*/ member