Home
last modified time | relevance | path

Searched refs:coex_gpio_debug_sig_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_coex/include/private/
Desp_coexist_debug.h23 } coex_gpio_debug_sig_t; typedef
111 void wifi_set_gpio_debug_cb(void (* cb)(int, coex_gpio_debug_sig_t));
134 void coex_set_gpio_debug_cb(void (*cb)(int, coex_gpio_debug_sig_t));
/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c28 __attribute__((weak)) void wifi_set_gpio_debug_cb(void (* cb)(int, coex_gpio_debug_sig_t)) in wifi_set_gpio_debug_cb() argument
38 __attribute__((weak)) void coex_set_gpio_debug_cb(void (*cb)(int, coex_gpio_debug_sig_t)) in coex_set_gpio_debug_cb() argument
136 inline static void evt_set_signal(gpio_num_t io, coex_gpio_debug_sig_t sig) in evt_set_signal()
167 IRAM_ATTR void wifi_set_gpio_debug(int evt, coex_gpio_debug_sig_t sig) in wifi_set_gpio_debug()
175 IRAM_ATTR void coex_set_gpio_debug(int evt, coex_gpio_debug_sig_t sig) in coex_set_gpio_debug()