Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_ticks/
Dticks.c21 ticks_hw->ticks[tick].cycles = cycles; in tick_start()
22 ticks_hw->ticks[tick].ctrl = TICKS_WATCHDOG_CTRL_ENABLE_BITS; in tick_start()
32 hw_clear_bits(&ticks_hw->ticks[tick].ctrl, TICKS_WATCHDOG_CTRL_ENABLE_BITS); in tick_stop()
43 return ticks_hw->ticks[tick].ctrl & TICKS_WATCHDOG_CTRL_RUNNING_BITS; in tick_is_running()
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dticks.h59 #define ticks_hw ((ticks_hw_t *)TICKS_BASE) macro