Home
last modified time | relevance | path

Searched refs:s_coex_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
160 if (!s_coex_evt_io_map || evt >= s_coex_evt_max || io_idx >= COEX_GPIO_DEBUG_IO_COUNT) { in coex_bind_io_to_evt()
177 if (evt >= s_coex_evt_max || s_coex_evt_io_map[evt] == COEX_GPIO_DEBUG_IO_INVALID) { in coex_set_gpio_debug()
185 if (evt >= s_coex_evt_max || s_coex_evt_io_map[evt] == COEX_GPIO_DEBUG_IO_INVALID) { in esp_coexist_debug_matrix_init()
211 s_coex_evt_max = coex_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()