Searched refs:queue_recv_from_isr_wrapper (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 237 static int32_t queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw); 302 ._queue_recv_from_isr = queue_recv_from_isr_wrapper, 633 static int32_t IRAM_ATTR queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_recv_from_isr_wrapper() function
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 260 static int queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw); 324 ._queue_recv_from_isr = queue_recv_from_isr_wrapper, 686 static int32_t IRAM_ATTR queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_recv_from_isr_wrapper() function
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 258 static int queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw); 322 ._queue_recv_from_isr = queue_recv_from_isr_wrapper, 679 static int32_t IRAM_ATTR queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_recv_from_isr_wrapper() function
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 310 static int queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw); 375 ._queue_recv_from_isr = queue_recv_from_isr_wrapper, 673 static int IRAM_ATTR queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_recv_from_isr_wrapper() function
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 282 static int32_t queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw); 365 ._queue_recv_from_isr = queue_recv_from_isr_wrapper, 822 static int32_t IRAM_ATTR queue_recv_from_isr_wrapper(void *queue, void *item, void *hptw) in queue_recv_from_isr_wrapper() function
|