Home
last modified time | relevance | path

Searched refs:ESP_ERR_INVALID_MAC (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_common/include/
Desp_err.h35 #define ESP_ERR_INVALID_MAC 0x10B /*!< MAC address was invalid */ macro
/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c118 return ESP_ERR_INVALID_MAC; in get_mac_addr_from_mac_table()
223 return ESP_ERR_INVALID_MAC; in get_efuse_mac_custom()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c128 # ifdef ESP_ERR_INVALID_MAC
129 …ERR_TBL_IT(ESP_ERR_INVALID_MAC), /* 267 0x10b MAC address was invalid…