Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c129 static DRAM_ATTR uint8_t s_wifi_evt_max, s_coex_evt_max; variable
151 if (!s_wifi_evt_io_map || evt >= s_wifi_evt_max || io_idx >= COEX_GPIO_DEBUG_IO_COUNT) { in wifi_bind_io_to_evt()
169 if (evt >= s_wifi_evt_max || s_wifi_evt_io_map[evt] == COEX_GPIO_DEBUG_IO_INVALID) { in wifi_set_gpio_debug()
210 s_wifi_evt_max = wifi_gpio_debug_max_event_get(); in esp_coexist_debug_init()
212 uint8_t evt_max = s_wifi_evt_max + s_coex_evt_max; in esp_coexist_debug_init()
227 s_coex_evt_io_map = s_evt_io_map + s_wifi_evt_max; in esp_coexist_debug_init()