Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c355 # ifdef ESP_ERR_WIFI_TIMEOUT
356 ERR_TBL_IT(ESP_ERR_WIFI_TIMEOUT), /* 12300 0x300c Timeout error */
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi.h75 #define ESP_ERR_WIFI_TIMEOUT (ESP_ERR_WIFI_BASE + 12) /*!< Timeout error */ macro