| 583 | } |
| 584 | |
| 585 | static inline int |
| 586 | test_timer_arm(void) |
| 587 | { |
| 588 | TEST_ASSERT_SUCCESS(_arm_timers(20, MAX_TIMERS), |
| 589 | "Failed to arm timers"); |
| 590 | TEST_ASSERT_SUCCESS(_wait_timer_triggers(10, MAX_TIMERS, 0), |
| 591 | "Timer triggered count doesn't match arm count"); |
| 592 | return TEST_SUCCESS; |
| 593 | } |
| 594 | |
| 595 | static inline int |
| 596 | test_timer_arm_periodic(void) |
nothing calls this directly
no test coverage detected