Home
last modified time | relevance | path

Searched refs:ETH_DEFAULT_CONFIG (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.4.0/components/esp_eth/test/
Dtest_emac.c106 esp_eth_config_t eth_config = ETH_DEFAULT_CONFIG(mac, phy);
137 esp_eth_config_t eth_config = ETH_DEFAULT_CONFIG(mac, phy);
177 esp_eth_config_t eth_config = ETH_DEFAULT_CONFIG(mac, phy);
224 esp_eth_config_t eth_config = ETH_DEFAULT_CONFIG(mac, phy);
322 esp_eth_config_t eth_config = ETH_DEFAULT_CONFIG(mac, phy);
/hal_espressif-3.4.0/components/esp_eth/test_apps/main/
Desp_eth_test.c64 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); // apply default driver configuration
115 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); // apply default driver configuration
168 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); // apply default driver configuration
240 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); // apply default driver configuration
334 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); // apply default driver configuration
/hal_espressif-3.4.0/examples/ethernet/basic/main/
Dethernet_example_main.c120 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); in app_main()
253 esp_eth_config_t eth_config_spi = ETH_DEFAULT_CONFIG(mac_spi[i], phy_spi[i]); in app_main()
/hal_espressif-3.4.0/components/esp_eth/include/
Desp_eth.h136 #define ETH_DEFAULT_CONFIG(emac, ephy) \ macro
/hal_espressif-3.4.0/examples/ethernet/enc28j60/main/
Denc28j60_example_main.c113 esp_eth_config_t eth_config = ETH_DEFAULT_CONFIG(mac, phy); in app_main()
/hal_espressif-3.4.0/examples/ethernet/eth2ap/main/
Dethernet_example_main.c234 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); in initialize_ethernet()
/hal_espressif-3.4.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c211 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); in initialize_eth()
/hal_espressif-3.4.0/examples/ethernet/iperf/main/
Dcmd_ethernet.c318 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); in register_ethernet()
/hal_espressif-3.4.0/examples/common_components/protocol_examples_common/
Dconnect.c443 esp_eth_config_t config = ETH_DEFAULT_CONFIG(s_mac, s_phy); in eth_start()
/hal_espressif-3.4.0/docs/en/api-reference/network/
Desp_eth.rst290 …DF provides a default configuration for driver installation in macro :c:macro:`ETH_DEFAULT_CONFIG`.
296 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); // apply default driver configuration