Searched refs:_esp_intr_alloc (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 91 …int (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle… member 472 ._esp_intr_alloc = esp_intr_alloc_wrapper,
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 86 …int (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle… member 419 ._esp_intr_alloc = esp_intr_alloc_wrapper,
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 81 …int (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle… member 416 ._esp_intr_alloc = esp_intr_alloc_wrapper,
|