Timer

Test duration and period of Timer.

test_timer_duration_period()

Test restart the timer.

test_timer_restart()

Test Timer with zero period value.

test_timer_period_0()

Test Timer with K_FOREVER period value.

test_timer_period_k_forever()

Test Timer without any timer expiry callback function.

test_timer_expirefn_null()

Test to check timer periodicity.

test_timer_periodicity()

Test Timer status and time remaining before next expiry.

test_timer_status_get()

Test Timer status randomly after certain duration.

test_timer_status_get_anytime()

Test Timer thread synchronization.

test_timer_status_sync()

Test statically defined Timer init.

test_timer_k_define()

Test user-specific data associated with timer.

test_timer_user_data()

Test monotonic timer.

test_timer()