Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c112 #define HLI_QUEUE_MAX_ELEM_SIZE 32 macro
143 static DRAM_ATTR char scratch[HLI_QUEUE_MAX_ELEM_SIZE]; in queue_isr_handler()
222 if (elem_size > HLI_QUEUE_MAX_ELEM_SIZE) { in hli_queue_create()