Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c115 #define HLI_QUEUE_FLAG_SEMAPHORE BIT(0) macro
148 } else if ((queue->flags & HLI_QUEUE_FLAG_SEMAPHORE) != 0) { in queue_isr_handler()
252 res->flags |= HLI_QUEUE_FLAG_SEMAPHORE; in hli_semaphore_create()