Searched refs:s_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; variable218 s_evt_io_map = malloc(sizeof(gpio_num_t) * evt_max); in esp_coexist_debug_init()219 if (!s_evt_io_map) { in esp_coexist_debug_init()224 s_evt_io_map[i] = COEX_GPIO_DEBUG_IO_INVALID; in esp_coexist_debug_init()226 s_wifi_evt_io_map = s_evt_io_map; in esp_coexist_debug_init()227 s_coex_evt_io_map = s_evt_io_map + s_wifi_evt_max; in esp_coexist_debug_init()