Searched refs:ticks_hw (Results 1 – 2 of 2) sorted by relevance
21 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()
59 #define ticks_hw ((ticks_hw_t *)TICKS_BASE) macro