Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c30 static uint repeating_timer_callback_count[NUM_REPEATING_TIMERS]; variable
64 repeating_timer_callback_count[i]++; in repeating_timer_callback()
213 …PICOTEST_CHECK(repeating_timer_callback_count[i] > 1, "Each repeating timer should have been calle… in main()
214 callbacks += repeating_timer_callback_count[i]; in main()
219 callbacks2 += repeating_timer_callback_count[i]; in main()