Searched refs:K_TIMEOUT_ABS_TICKS (Results 1 – 8 of 8) sorted by relevance
52 k_timer_start(tm, K_TIMEOUT_ABS_TICKS(next), K_NO_WAIT); in tm_fn()82 k_timer_start(&timers[i].tm, K_TIMEOUT_ABS_TICKS(timers[i].last_scheduled), in ZTEST()
89 K_TIMEOUT_ABS_TICKS(first->ticks)); in uplink_handler()146 K_TIMEOUT_ABS_TICKS(next->ticks)); in lorawan_services_schedule_uplink()
93 data->next_boot = K_TIMEOUT_ABS_TICKS(next_boot_ticks); in pd_gpio_pm_action()
79 k_timer_start(&timer, K_TIMEOUT_ABS_TICKS(next_timeout), K_FOREVER); in schedule_next_timeout()
739 k_timeout_t t = K_TIMEOUT_ABS_TICKS(exp_ticks), t2; in ZTEST_USER()799 k_sleep(K_TIMEOUT_ABS_TICKS(start + sleep_ticks)); in ZTEST_USER()824 k_sleep(K_TIMEOUT_ABS_TICKS(start + sleep_ticks)); in ZTEST_USER()
74 next = K_TIMEOUT_ABS_TICKS(k_uptime_ticks() + 1 + next.ticks); in z_timer_expiration_handler()
1455 #define K_TIMEOUT_ABS_TICKS(t) \ macro1469 #define K_TIMEOUT_ABS_MS(t) K_TIMEOUT_ABS_TICKS(k_ms_to_ticks_ceil64(t))1483 #define K_TIMEOUT_ABS_US(t) K_TIMEOUT_ABS_TICKS(k_us_to_ticks_ceil64(t))1497 #define K_TIMEOUT_ABS_NS(t) K_TIMEOUT_ABS_TICKS(k_ns_to_ticks_ceil64(t))1511 #define K_TIMEOUT_ABS_CYC(t) K_TIMEOUT_ABS_TICKS(k_cyc_to_ticks_ceil64(t))
445 timeout = K_TIMEOUT_ABS_TICKS(k_uptime_ticks() in ZTEST()