Searched refs:am_hal_pwrctrl_sram_select_e (Results 1 – 2 of 2) sorted by relevance
387 } am_hal_pwrctrl_sram_select_e; typedef404 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;
1286 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()