Home
last modified time | relevance | path

Searched refs:ESP_NETIF_INHERENT_DEFAULT_ETH (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/esp_netif/
Desp_netif_defaults.c30 const esp_netif_inherent_config_t _g_esp_netif_inherent_eth_config = ESP_NETIF_INHERENT_DEFAULT_ETH
/hal_espressif-3.6.0/tools/test_apps/protocols/esp_netif/build_config/main/
Dnetif_init_cpp.cpp44 esp_netif_inherent_config_t esp_netif_config = ESP_NETIF_INHERENT_DEFAULT_ETH(); in test_wifi_init_custom()
Dnetif_init_c99.c45 esp_netif_inherent_config_t esp_netif_config = ESP_NETIF_INHERENT_DEFAULT_ETH(); in test_wifi_init_custom()
/hal_espressif-3.6.0/components/esp_netif/include/
Desp_netif_defaults.h48 #define ESP_NETIF_INHERENT_DEFAULT_ETH() \ macro
/hal_espressif-3.6.0/examples/ethernet/basic/main/
Dethernet_example_main.c129 esp_netif_inherent_config_t esp_netif_config = ESP_NETIF_INHERENT_DEFAULT_ETH(); in app_main()
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/
Dconnect.c363 esp_netif_inherent_config_t esp_netif_config = ESP_NETIF_INHERENT_DEFAULT_ETH(); in eth_start()