Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c120 powman_timer_use_gpio(gpio, POWMAN_TIMER_USE_GPIO_1HZ_BITS, POWMAN_TIMER_USING_GPIO_1HZ_BITS); in powman_timer_enable_gpio_1hz_sync()
124 powman_clear_bits(&powman_hw->timer, POWMAN_TIMER_USE_GPIO_1HZ_BITS); in powman_timer_disable_gpio_1hz_sync()
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Dpowman.h1396 #define POWMAN_TIMER_USE_GPIO_1HZ_BITS _u(0x00002000) macro