Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_eth/include/
Desp_eth_phy.h24 #define ESP_ETH_PHY_ADDR_AUTO (-1) macro
219 .phy_addr = ESP_ETH_PHY_ADDR_AUTO, \
/hal_espressif-3.4.0/components/esp_eth/test/
Dtest_emac.c104 phy_config.phy_addr = ESP_ETH_PHY_ADDR_AUTO;
/hal_espressif-3.4.0/components/esp_eth/src/
Desp_eth_phy_rtl8201.c330 if (rtl8201->addr == ESP_ETH_PHY_ADDR_AUTO) { in rtl8201_init()
Desp_eth_phy_dm9051.c344 if (dm9051->addr == ESP_ETH_PHY_ADDR_AUTO) { in dm9051_init()
Desp_eth_phy_dp83848.c338 if (dp83848->addr == ESP_ETH_PHY_ADDR_AUTO) { in dp83848_init()
Desp_eth_phy_ip101.c377 if (ip101->addr == ESP_ETH_PHY_ADDR_AUTO) { in ip101_init()
Desp_eth_phy_lan87xx.c487 if (lan87xx->addr == ESP_ETH_PHY_ADDR_AUTO) { in lan87xx_init()