Home
last modified time | relevance | path

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

/hal_ambiq-3.5.0/mcu/apollo4p/hal/
Dam_hal_pwrctrl.c575 .bEnableICache = false,
1411 if (psConfig->bEnableICache) in dsp0_memory_config()
1501 if (psConfig->bEnableICache) in dsp1_memory_config()
1615 …psConfig->bEnableICache = (PWRCTRL_DSP0MEMPWREN_PWRENDSP0ICACHE_ON == PWRCTRL->DSP0MEMPWREN_b.PWRE… in dsp0_memory_get()
1635 …psConfig->bEnableICache = (PWRCTRL_DSP1MEMPWREN_PWRENDSP1ICACHE_ON == PWRCTRL->DSP1MEMPWREN_b.PWRE… in dsp1_memory_get()
Dam_hal_pwrctrl.h366 bool bEnableICache; member