Searched refs:apm32_eth_device (Results 1 – 1 of 1) sorted by relevance
61 static struct rt_apm32_eth apm32_eth_device; variable131 eth_device_ready(&(apm32_eth_device.parent)); in ETH_IRQHandler()719 …if (!apm32_eth_device.poll_link_timer || rt_timer_start(apm32_eth_device.poll_link_timer) != RT_EO… in phy_monitor_thread_entry()735 apm32_eth_device.ETH_Speed = ETH_SPEED_100M; in rt_hw_apm32_eth_init()736 apm32_eth_device.ETH_Mode = ETH_MODE_FULLDUPLEX; in rt_hw_apm32_eth_init()739 apm32_eth_device.dev_addr[0] = 0x00; in rt_hw_apm32_eth_init()740 apm32_eth_device.dev_addr[1] = 0x00; in rt_hw_apm32_eth_init()741 apm32_eth_device.dev_addr[2] = 0x00; in rt_hw_apm32_eth_init()742 apm32_eth_device.dev_addr[3] = 0x00; in rt_hw_apm32_eth_init()743 apm32_eth_device.dev_addr[4] = 0x00; in rt_hw_apm32_eth_init()[all …]
Completed in 4 milliseconds