Searched refs:ETH_DEFAULT_CONFIG (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.4.0/components/esp_eth/test/ |
D | test_emac.c | 106 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/ |
D | esp_eth_test.c | 64 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/ |
D | ethernet_example_main.c | 120 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/ |
D | esp_eth.h | 136 #define ETH_DEFAULT_CONFIG(emac, ephy) \ macro
|
/hal_espressif-3.4.0/examples/ethernet/enc28j60/main/ |
D | enc28j60_example_main.c | 113 esp_eth_config_t eth_config = ETH_DEFAULT_CONFIG(mac, phy); in app_main()
|
/hal_espressif-3.4.0/examples/ethernet/eth2ap/main/ |
D | ethernet_example_main.c | 234 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); in initialize_ethernet()
|
/hal_espressif-3.4.0/examples/network/simple_sniffer/main/ |
D | simple_sniffer_example_main.c | 211 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); in initialize_eth()
|
/hal_espressif-3.4.0/examples/ethernet/iperf/main/ |
D | cmd_ethernet.c | 318 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); in register_ethernet()
|
/hal_espressif-3.4.0/examples/common_components/protocol_examples_common/ |
D | connect.c | 443 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/ |
D | esp_eth.rst | 290 …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
|