Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/ethernet/basic/main/
Dethernet_example_main.c175 esp_eth_phy_t *phy_spi[CONFIG_EXAMPLE_SPI_ETHERNETS_NUM]; in app_main() local
198 phy_spi[i] = esp_eth_phy_new_ksz8851snl(&phy_config_spi); in app_main()
223 phy_spi[i] = esp_eth_phy_new_dm9051(&phy_config_spi); in app_main()
248 phy_spi[i] = esp_eth_phy_new_w5500(&phy_config_spi); in app_main()
253 esp_eth_config_t eth_config_spi = ETH_DEFAULT_CONFIG(mac_spi[i], phy_spi[i]); in app_main()