Home
last modified time | relevance | path

Searched refs:coex_wifi_request (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/esp_coex/include/private/
Desp_coexist_internal.h121 int coex_wifi_request(uint32_t event, uint32_t latency, uint32_t duration);
/hal_espressif-latest/zephyr/port/coex/
Dcoex_stubs.c105 int coex_wifi_request(uint32_t event, uint32_t latency, uint32_t duration) in coex_wifi_request() function
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c402 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c451 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c460 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c396 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c413 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c468 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c554 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c559 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c569 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c636 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c636 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c640 return coex_wifi_request(event, latency, duration); in coex_wifi_request_wrapper()