Home
last modified time | relevance | path

Searched refs:ETH_W5500_DEFAULT_CONFIG (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/esp_eth/include/
Desp_eth_mac.h470 #define ETH_W5500_DEFAULT_CONFIG(spi_device) \ macro
/hal_espressif-3.6.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.6.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.6.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.6.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.6.0/examples/common_components/protocol_examples_common/
Dconnect.c431 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in eth_start()