Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_ticks/
Dticks.c16 watchdog_hw->tick = cycles | WATCHDOG_TICK_ENABLE_BITS; in tick_start()
30 hw_clear_bits(&watchdog_hw->tick, WATCHDOG_TICK_ENABLE_BITS); in tick_stop()
40 return watchdog_hw->tick & WATCHDOG_TICK_ENABLE_BITS; in tick_is_running()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Dwatchdog.h212 #define WATCHDOG_TICK_ENABLE_BITS _u(0x00000200) macro