Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/include/hardware/
Dpowman.h129 return powman_hw->timer & POWMAN_TIMER_RUN_BITS; in powman_timer_is_running()
136 powman_clear_bits(&powman_hw->timer, POWMAN_TIMER_RUN_BITS); in powman_timer_stop()
143 powman_set_bits(&powman_hw->timer, POWMAN_TIMER_RUN_BITS); in powman_timer_start()
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Dpowman.h1475 #define POWMAN_TIMER_RUN_BITS _u(0x00000002) macro