Home
last modified time | relevance | path

Searched refs:MCU_AON (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/
Dsystem_si91x.c263 MCU_AON->MCUAON_GEN_CTRLS_b.ENABLE_PDO = 1; in SystemInit()
264 MCU_AON->MCUAON_GEN_CTRLS_b.NPSS_SUPPLY_0P9 = 0; in SystemInit()
280 MCU_AON->MCUAON_KHZ_CLK_SEL_POR_RESET_STATUS_b.MCU_FIRST_POWERUP_POR = 1U; in SystemInit()
281 MCU_AON->MCUAON_KHZ_CLK_SEL_POR_RESET_STATUS_b.MCU_FIRST_POWERUP_RESET_N = 1U; in SystemInit()
285 MCU_AON->MCUAON_SHELF_MODE_b.SHELF_MODE_WAKEUP_DELAY = 0x7; in SystemInit()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_power_save.h856 MCU_AON->MCUAON_NPSS_PWRCTRL_SET_REG = mask; in RSI_PS_NpssPeriPowerUp()
869 MCU_AON->MCUAON_NPSS_PWRCTRL_CLEAR_REG = mask; in RSI_PS_NpssPeriPowerDown()
1128 MCU_AON->MCUAON_KHZ_CLK_SEL_POR_RESET_STATUS_b.AON_KHZ_CLK_SEL = fsmLfClk; in RSI_PS_FsmLfClkSel()
1129 while (MCU_AON->MCUAON_KHZ_CLK_SEL_POR_RESET_STATUS_b.AON_KHZ_CLK_SEL_CLOCK_SWITCHED != 1) in RSI_PS_FsmLfClkSel()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c2307 MCU_AON->MCUAON_GEN_CTRLS_b.XTAL_CLK_FROM_GPIO = 1; in clk_xtal_clk_config()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Dsi91x_device.h15992 #define MCU_AON ((MCU_AON_Type *)MCU_AON_BASE) macro