Searched refs:s_coex_evt_io_map (Results 1 – 1 of 1) sorted by relevance
128 static DRAM_ATTR gpio_num_t *s_evt_io_map, *s_wifi_evt_io_map, *s_coex_evt_io_map; variable160 if (!s_coex_evt_io_map || evt >= s_coex_evt_max || io_idx >= COEX_GPIO_DEBUG_IO_COUNT) { in coex_bind_io_to_evt()164 bind_io_to_evt(s_coex_evt_io_map, s_io_nums[io_idx], evt); 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()180 evt_set_signal(s_coex_evt_io_map[evt], sig); 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()188 esp_rom_gpio_connect_out_signal(s_coex_evt_io_map[evt], sig, rev, false); in esp_coexist_debug_matrix_init()227 s_coex_evt_io_map = s_evt_io_map + s_wifi_evt_max; in esp_coexist_debug_init()