Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1845 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionDisable) in FLASH_PflashSetPrefetchSpeculation()
1882 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()
1926 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionEnable; in FLASH_PflashGetPrefetchSpeculation()
1940 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
1974 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
Dfsl_flash.h322 flash_prefetch_speculation_option_t instructionOption; /*!< Instruction speculation.*/ member