Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_coex/include/private/
Desp_coexist_debug.h16 #define COEX_GPIO_DEBUG_IO_INVALID SOC_GPIO_PIN_COUNT macro
39 #define COEX_GPIO_DEBUG_IO_IDX0 COEX_GPIO_DEBUG_IO_INVALID
45 #define COEX_GPIO_DEBUG_IO_IDX1 COEX_GPIO_DEBUG_IO_INVALID
51 #define COEX_GPIO_DEBUG_IO_IDX2 COEX_GPIO_DEBUG_IO_INVALID
57 #define COEX_GPIO_DEBUG_IO_IDX3 COEX_GPIO_DEBUG_IO_INVALID
63 #define COEX_GPIO_DEBUG_IO_IDX4 COEX_GPIO_DEBUG_IO_INVALID
69 #define COEX_GPIO_DEBUG_IO_IDX5 COEX_GPIO_DEBUG_IO_INVALID
75 #define COEX_GPIO_DEBUG_IO_IDX6 COEX_GPIO_DEBUG_IO_INVALID
81 #define COEX_GPIO_DEBUG_IO_IDX7 COEX_GPIO_DEBUG_IO_INVALID
87 #define COEX_GPIO_DEBUG_IO_IDX8 COEX_GPIO_DEBUG_IO_INVALID
[all …]
/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c169 if (evt >= s_wifi_evt_max || s_wifi_evt_io_map[evt] == COEX_GPIO_DEBUG_IO_INVALID) { in wifi_set_gpio_debug()
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()
224 s_evt_io_map[i] = COEX_GPIO_DEBUG_IO_INVALID; in esp_coexist_debug_init()