Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_common/src/
Desp_err_to_name.c376 # ifdef ESP_ERR_WIFI_WOULD_BLOCK
377 …ERR_TBL_IT(ESP_ERR_WIFI_WOULD_BLOCK), /* 12302 0x300e The caller would block…
/hal_espressif-3.7.0/components/esp_wifi/include/
Desp_wifi.h78 #define ESP_ERR_WIFI_WOULD_BLOCK (ESP_ERR_WIFI_BASE + 14) /*!< The caller would block */ macro