Home
last modified time | relevance | path

Searched refs:esp_eth_config_t (Results 1 – 11 of 11) 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/include/
Desp_eth.h130 } esp_eth_config_t; typedef
160 esp_err_t esp_eth_driver_install(const esp_eth_config_t *config, esp_eth_handle_t *out_hdl);
/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/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/components/esp_eth/src/
Desp_eth.c170 esp_err_t esp_eth_driver_install(const esp_eth_config_t *config, esp_eth_handle_t *out_hdl) in esp_eth_driver_install()
/hal_espressif-3.4.0/docs/en/api-reference/network/
Desp_eth.rst282 …igh-level configurations (i.e. not specific to either MAC or PHY) in :cpp:class:`esp_eth_config_t`:
296 esp_eth_config_t config = ETH_DEFAULT_CONFIG(mac, phy); // apply default driver configuration