Home
last modified time | relevance | path

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

/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c103 static EventGroupHandle_t btstack_run_loop_event_group; variable
125 xEventGroupSetBits(btstack_run_loop_event_group, EVENT_GROUP_FLAG_RUN_LOOP); in btstack_run_loop_freertos_trigger_from_thread()
142 …xEventGroupSetBitsFromISR(btstack_run_loop_event_group, EVENT_GROUP_FLAG_RUN_LOOP, &xHigherPriorit… in btstack_run_loop_freertos_poll_data_sources_from_irq()
204 …xEventGroupWaitBits(btstack_run_loop_event_group, EVENT_GROUP_FLAG_RUN_LOOP, 1, 0, pdMS_TO_TICKS(t… in btstack_run_loop_freertos_execute()
230 btstack_run_loop_event_group = xEventGroupCreate(); in btstack_run_loop_freertos_init()