Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c116 #define HLI_QUEUE_FLAG_CUSTOMER BIT(1) macro
146 if ((queue->flags & HLI_QUEUE_FLAG_CUSTOMER) != 0) { in queue_isr_handler()
241 res->flags |= HLI_QUEUE_FLAG_CUSTOMER; in hli_customer_queue_create()