Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_time/include/pico/
Dtime.h722 typedef struct repeating_timer repeating_timer_t;
737 struct repeating_timer { struct
/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c29 static struct repeating_timer repeating_timers[NUM_REPEATING_TIMERS];
60 static bool repeating_timer_callback(struct repeating_timer *t) { in repeating_timer_callback()