Module multi_timer_test

Source
Expand description

Test the behavior of a single alarm. To add this test, include the line

   multi_timer_test::run_multi_timer(alarm);

to the imix boot sequence, where alarm is a kernel::hil::Alarm. The test sets up a series of timer of different durations and prints out when they fire.

Functions§

run_multi_timer
static_init_multi_timer_test 🔒