Searched refs:interrupt_alloc_wrapper (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 240 static int interrupt_alloc_wrapper(int cpu_id, int source, isr_handler_t handler, void *arg, void *… 302 ._interrupt_alloc = interrupt_alloc_wrapper, 443 static int interrupt_alloc_wrapper(int cpu_id, int source, isr_handler_t handler, void *arg, void *… in interrupt_alloc_wrapper() function
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 238 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … 300 ._interrupt_alloc = interrupt_alloc_wrapper, 441 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … in interrupt_alloc_wrapper() function
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 290 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … 353 ._interrupt_alloc = interrupt_alloc_wrapper, 496 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … in interrupt_alloc_wrapper() function
|