Home
last modified time | relevance | path

Searched refs:timeout_next_timer_ms (Results 1 – 3 of 3) sorted by relevance

/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c128 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_chibios_execute() local
130 if (timeout_next_timer_ms > 0){ in btstack_run_loop_chibios_execute()
131 chEvtWaitOneTimeout(EVT_TRIGGER, chTimeMS2I(timeout_next_timer_ms)); in btstack_run_loop_chibios_execute()
/btstack/platform/wiced/
H A Dbtstack_run_loop_wiced.c108 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_wiced_execute() local
110 if (timeout_next_timer_ms >= 0){ in btstack_run_loop_wiced_execute()
111 timeout_ms = (uint32_t) timeout_next_timer_ms; in btstack_run_loop_wiced_execute()
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c193 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_freertos_execute() local
196 if (timeout_next_timer_ms >= 0){ in btstack_run_loop_freertos_execute()
197 timeout_ms = (uint32_t) timeout_next_timer_ms; in btstack_run_loop_freertos_execute()