Searched refs:eth_w5500_config_t (Results 1 – 7 of 7) sorted by relevance
464 } eth_w5500_config_t; typedef486 esp_eth_mac_t *esp_eth_mac_new_w5500(const eth_w5500_config_t *w5500_config, const eth_mac_config_t…
228 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in initialize_ethernet()
240 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle[i]); in app_main()
205 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in initialize_eth()
289 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in register_ethernet()
431 eth_w5500_config_t w5500_config = ETH_W5500_DEFAULT_CONFIG(spi_handle); in eth_start()
635 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()