Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c142 while (hli_queue_get(s_meta_queue_ptr, &queue)) { in queue_isr_handler()
144 while (hli_queue_get(queue, scratch)) { in queue_isr_handler()
261 bool IRAM_ATTR hli_queue_get(hli_queue_handle_t queue, void* out) in hli_queue_get() function
Dhli_api.h138 bool hli_queue_get(hli_queue_handle_t queue, void* out);