Searched refs:to_ms_since_boot (Results 1 – 4 of 4) sorted by relevance
51 ts->timeout = to_ms_since_boot(get_absolute_time()) + timeout_in_ms + 1; in btstack_run_loop_async_context_set_timer()78 return to_ms_since_boot(get_absolute_time()); in btstack_run_loop_async_context_get_time_ms()144 uint32_t now = to_ms_since_boot(get_absolute_time()); in btstack_work_pending()148 now = to_ms_since_boot(get_absolute_time()); in btstack_work_pending()
72 return to_ms_since_boot(get_absolute_time()); in sys_now()
99 return to_ms_since_boot(get_absolute_time()); in cyw43_hal_ticks_ms()
87 static inline uint32_t to_ms_since_boot(absolute_time_t t) { in to_ms_since_boot() function