Home
last modified time | relevance | path

Searched refs:eth_w5500_config_t (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/esp_eth/include/
Desp_eth_mac.h464 } eth_w5500_config_t; typedef
486 esp_eth_mac_t *esp_eth_mac_new_w5500(const eth_w5500_config_t *w5500_config, const eth_mac_config_t…
/hal_espressif-3.4.0/examples/ethernet/eth2ap/main/
Dethernet_example_main.c228 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in initialize_ethernet()
/hal_espressif-3.4.0/examples/ethernet/basic/main/
Dethernet_example_main.c240 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle[i]); in app_main()
/hal_espressif-3.4.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c205 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in initialize_eth()
/hal_espressif-3.4.0/examples/ethernet/iperf/main/
Dcmd_ethernet.c289 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in register_ethernet()
/hal_espressif-3.4.0/examples/common_components/protocol_examples_common/
Dconnect.c431 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in eth_start()
/hal_espressif-3.4.0/components/esp_eth/src/
Desp_eth_mac_w5500.c635 esp_eth_mac_t *esp_eth_mac_new_w5500(const eth_w5500_config_t *w5500_config, const eth_mac_config_t… in esp_eth_mac_new_w5500()