|
| static void | duration_expire (struct k_timer *timer) |
| |
| static void | stop_expire (struct k_timer *timer) |
| |
| | K_TIMER_DEFINE (ktimer, duration_expire, stop_expire) |
| | TESTPOINT: init timer via K_TIMER_DEFINE.
|
| |
| | ZTEST_USER (clock, test_clock_uptime) |
| | Test clock uptime APIs functionality.
|
| |
| | ZTEST (clock, test_clock_cycle_32) |
| | Test 32-bit clock cycle functionality.
|
| |
| | ZTEST (clock, test_clock_cycle_64) |
| | Test 64-bit clock cycle functionality.
|
| |
| static void | init_data_count (void) |
| |
| | ZTEST (clock, test_ms_time_duration) |
| | Test millisecond time duration.
|
| |
| void * | common_setup (void) |
| |
| | ZTEST_SUITE (clock, NULL, common_setup, NULL, NULL, NULL) |
| |