Searched refs:powman_set_bits (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/ |
D | powman.c | 75 powman_set_bits(&powman_hw->timer, POWMAN_TIMER_USE_LPOSC_BITS); in powman_timer_set_1khz_tick_source_lposc_with_hz() 93 powman_set_bits(&powman_hw->timer, POWMAN_TIMER_USE_XOSC_BITS); in powman_timer_set_1khz_tick_source_xosc_with_hz() 106 powman_set_bits(&powman_hw->timer, use); in powman_timer_use_gpio() 197 powman_set_bits(&powman_hw->seq_cfg, seq_cfg_set); in powman_configure_wakeup_state() 203 powman_set_bits(&powman_hw->inte, POWMAN_INTE_TIMER_BITS); in powman_timer_enable_alarm_at_ms() 212 powman_set_bits(&powman_hw->timer, POWMAN_TIMER_ALARM_ENAB_BITS); in powman_timer_enable_alarm_at_ms() 222 powman_set_bits(&powman_hw->timer, POWMAN_TIMER_PWRUP_ON_ALARM_BITS); in powman_enable_alarm_wakeup_at_ms() 246 powman_set_bits(&powman_hw->pwrup[gpio_wakeup_num], POWMAN_PWRUP0_ENABLE_BITS); in powman_enable_gpio_wakeup()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/ |
D | powman.h | 106 static inline void powman_set_bits(volatile uint32_t *reg, uint32_t bits) { in powman_set_bits() function 143 powman_set_bits(&powman_hw->timer, POWMAN_TIMER_RUN_BITS); in powman_timer_start() 270 powman_set_bits(&powman_hw->dbg_pwrcfg, 1); in powman_set_debug_power_request_ignored()
|