Home
last modified time | relevance | path

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

/hal_ambiq-3.7.0/mcu/apollo4p/hal/
Dam_hal_pwrctrl.h387 } am_hal_pwrctrl_sram_select_e; typedef
404 am_hal_pwrctrl_sram_select_e eSRAMCfg;
416 am_hal_pwrctrl_sram_select_e eActiveWithMCU;
422 am_hal_pwrctrl_sram_select_e eActiveWithGFX;
428 am_hal_pwrctrl_sram_select_e eActiveWithDISP;
434 am_hal_pwrctrl_sram_select_e eActiveWithDSP;
446 am_hal_pwrctrl_sram_select_e eSRAMRetain;
Dam_hal_pwrctrl.c1286 psConfig->eSRAMCfg = (am_hal_pwrctrl_sram_select_e)PWRCTRL->SSRAMPWREN_b.PWRENSSRAM; in am_hal_pwrctrl_sram_config_get()
1291 psConfig->eActiveWithMCU = (am_hal_pwrctrl_sram_select_e)PWRCTRL->SSRAMRETCFG_b.SSRAMACTMCU; in am_hal_pwrctrl_sram_config_get()
1292 psConfig->eActiveWithGFX = (am_hal_pwrctrl_sram_select_e)PWRCTRL->SSRAMRETCFG_b.SSRAMACTGFX; in am_hal_pwrctrl_sram_config_get()
1293 psConfig->eActiveWithDISP = (am_hal_pwrctrl_sram_select_e)PWRCTRL->SSRAMRETCFG_b.SSRAMACTDISP; in am_hal_pwrctrl_sram_config_get()
1294 psConfig->eActiveWithDSP = (am_hal_pwrctrl_sram_select_e)PWRCTRL->SSRAMRETCFG_b.SSRAMACTDSP; in am_hal_pwrctrl_sram_config_get()