Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c183 bool powman_configure_wakeup_state(powman_power_state sleep_state, powman_power_state wakeup_state)… in powman_configure_wakeup_state() argument
186 bool valid = powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_XIP_CACHE); in powman_configure_wakeup_state()
187 valid &= powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_SWITCHED_CORE); in powman_configure_wakeup_state()
189 powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_SRAM_BANK0); in powman_configure_wakeup_state()
191 powman_power_state_is_domain_on(wakeup_state, POWMAN_POWER_DOMAIN_SRAM_BANK1); in powman_configure_wakeup_state()
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/
Dpowman.h256 bool powman_configure_wakeup_state(powman_power_state sleep_state, powman_power_state wakeup_state);