Home
last modified time | relevance | path

Searched defs:secondary (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/zephyr/port/coex/
Dcoex_stubs.c132 int coex_wifi_channel_set(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set()
146 int coex_wifi_channel_get(uint8_t *primary, uint8_t *secondary) in coex_wifi_channel_get()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c466 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c483 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c475 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c411 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c417 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c428 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c569 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c651 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c651 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c655 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c574 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c584 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c935 static int coex_wifi_channel_get_wrapper(uint8_t *primary, uint8_t *secondary) in coex_wifi_channel_get_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1198 static int coex_wifi_channel_get_wrapper(uint8_t *primary, uint8_t *secondary) in coex_wifi_channel_get_wrapper()