Home
last modified time | relevance | path

Searched refs:eth_dm9051_config_t (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/esp_eth/include/
Desp_eth_mac.h431 } eth_dm9051_config_t; typedef
453 esp_eth_mac_t *esp_eth_mac_new_dm9051(const eth_dm9051_config_t *dm9051_config, const eth_mac_confi…
/hal_espressif-3.6.0/examples/ethernet/eth2ap/main/
Dethernet_example_main.c213 eth_dm9051_config_t dm9051_config = ETH_DM9051_DEFAULT_CONFIG(spi_handle); in initialize_ethernet()
/hal_espressif-3.6.0/examples/ethernet/basic/main/
Dethernet_example_main.c215 eth_dm9051_config_t dm9051_config = ETH_DM9051_DEFAULT_CONFIG(spi_handle[i]); in app_main()
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c190 eth_dm9051_config_t dm9051_config = ETH_DM9051_DEFAULT_CONFIG(spi_handle); in initialize_eth()
/hal_espressif-3.6.0/examples/ethernet/iperf/main/
Dcmd_ethernet.c274 eth_dm9051_config_t dm9051_config = ETH_DM9051_DEFAULT_CONFIG(spi_handle); in register_ethernet()
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/
Dconnect.c416 eth_dm9051_config_t dm9051_config = ETH_DM9051_DEFAULT_CONFIG(spi_handle); in eth_start()
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_dm9051.c747 esp_eth_mac_t *esp_eth_mac_new_dm9051(const eth_dm9051_config_t *dm9051_config, const eth_mac_confi… in esp_eth_mac_new_dm9051()
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_eth.rst267 eth_dm9051_config_t dm9051_config = ETH_DM9051_DEFAULT_CONFIG(spi_handle);