Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/iPMU_prog/iPMU_dotc/
Dipmu_apis.c692 TASS_FSM_CTRL_BYPASS &= ~ta_pmu_shut_down_bypass; in ipmu_init()
693 TASS_FSM_CTRL_BYPASS &= ~ta_pmu_shut_down_bypass_cntrl; in ipmu_init()
695 TASS_FSM_CTRL_BYPASS |= ta_buck_boost_enable_bypass; in ipmu_init()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_ipmu.h296 #define TASS_FSM_CTRL_BYPASS *(volatile uint32 *)(TASS_PWR_CTRL_BASE_ADDR + 0x1C) macro