Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_timer/include/hardware/
Dtimer.h89 #ifndef TIMER_INSTANCE
91 #define TIMER_INSTANCE(num) timer_hw macro
93 #define TIMER_INSTANCE(num) ((num) ? timer1_hw : timer0_hw)
595 return TIMER_INSTANCE(timer_num); in timer_get_instance()