Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c212 …PICOTEST_CHECK(cancel_repeating_timer(repeating_timers + i), "Cancelling repeating timer should su… in main()
218 …PICOTEST_CHECK(!cancel_repeating_timer(repeating_timers + i), "Re-cancelling repeating timer shoul… in main()
321 cancel_repeating_timer(&timer1); in issue_1953_test()
322 cancel_repeating_timer(&timer2); in issue_1953_test()
/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_nesting_test.c237 cancel_repeating_timer(&timer); in test_nesting()
/hal_rpi_pico-latest/src/common/pico_time/include/pico/
Dtime.h838 bool cancel_repeating_timer(repeating_timer_t *timer);
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c511 bool cancel_repeating_timer(repeating_timer_t *timer) { in cancel_repeating_timer() function