Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h59 int32_t (* _queue_recv)(void *queue, void *item, uint32_t block_time_tick); member
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h367 #define os_queue_recv(a, b, c) wifi_funcs->_queue_recv((a), (b), (c))
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c140 int32_t (* _queue_recv)(void *queue, void *item, uint32_t block_time_ms); member
357 ._queue_recv = queue_recv_hlevel_wrapper,
364 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c116 int32_t (*_queue_recv)(void *queue, void *item, uint32_t block_time_ms); member
301 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c598 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c633 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c640 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c580 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c597 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c145 int (* _queue_recv)(void *queue, void *item, uint32_t block_time_ms); member
323 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c145 int (* _queue_recv)(void *queue, void *item, uint32_t block_time_ms); member
321 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c653 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c751 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c754 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c770 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c837 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c836 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c852 ._queue_recv = queue_recv_wrapper,
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c180 int (* _queue_recv)(void *queue, void *item, uint32_t block_time_ms); member
374 ._queue_recv = queue_recv_wrapper,