Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c379 # ifdef ESP_ERR_WIFI_TX_DISALLOW
380 …ERR_TBL_IT(ESP_ERR_WIFI_TX_DISALLOW), /* 12310 0x3016 The WiFi TX is disallo…
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi.h84 #define ESP_ERR_WIFI_TX_DISALLOW (ESP_ERR_WIFI_BASE + 22) /*!< The WiFi TX is disallowed */ macro