Searched refs:_interrupt_alloc (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 124 …int (* _interrupt_alloc)(int cpu_id, int source, isr_handler_t handler, void *arg, void **ret_hand… member 302 ._interrupt_alloc = interrupt_alloc_wrapper,
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 124 …int (* _interrupt_alloc)(int cpu_id, int source, intr_handler_t handler, void *arg, void **ret_han… member 300 ._interrupt_alloc = interrupt_alloc_wrapper,
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 159 …int (* _interrupt_alloc)(int cpu_id, int source, intr_handler_t handler, void *arg, void **ret_han… member 353 ._interrupt_alloc = interrupt_alloc_wrapper,
|