Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dcdc_ecm_template.c228 struct eth_device cdc_ecm_dev; variable
273 cdc_ecm_dev.parent.control = rt_usbd_cdc_ecm_control; in cdc_ecm_lwip_init()
274 cdc_ecm_dev.eth_rx = rt_usbd_cdc_ecm_eth_rx; in cdc_ecm_lwip_init()
275 cdc_ecm_dev.eth_tx = rt_usbd_cdc_ecm_eth_tx; in cdc_ecm_lwip_init()
277 eth_device_init(&cdc_ecm_dev, "u0"); in cdc_ecm_lwip_init()
279 eth_device_linkchange(&cdc_ecm_dev, RT_TRUE); in cdc_ecm_lwip_init()
285 eth_device_ready(&cdc_ecm_dev); in usbd_cdc_ecm_data_recv_done()

Completed in 5 milliseconds