Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.h24 struct hli_queue_t struct
66 typedef struct hli_queue_t* hli_queue_handle_t;
Dhli_api.c118 static DRAM_ATTR struct hli_queue_t *s_meta_queue_ptr = NULL;
226 …hli_queue_handle_t res = (hli_queue_handle_t) heap_caps_malloc(sizeof(struct hli_queue_t) + buf_si… in hli_queue_create()