Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c204 powman_clear_bits(&powman_hw->timer, POWMAN_TIMER_ALARM_ENAB_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()
217 powman_clear_bits(&powman_hw->timer, POWMAN_TIMER_ALARM_ENAB_BITS); in powman_timer_disable_alarm()
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Dpowman.h1445 #define POWMAN_TIMER_ALARM_ENAB_BITS _u(0x00000010) macro