Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c171 static struct usb_ep_cfg_data ecm_ep_data[] = { variable
265 ret = usb_transfer_sync(ecm_ep_data[ECM_IN_EP_IDX].ep_addr, in ecm_send()
315 usb_transfer(ecm_ep_data[ECM_OUT_EP_IDX].ep_addr, rx_buf, in ecm_read_cb()
322 ecm_read_cb(ecm_ep_data[ECM_OUT_EP_IDX].ep_addr, 0, NULL); in ecm_connect()
325 usb_cancel_transfer(ecm_ep_data[ECM_OUT_EP_IDX].ep_addr); in ecm_connect()
326 usb_cancel_transfer(ecm_ep_data[ECM_IN_EP_IDX].ep_addr); in ecm_connect()
434 .num_endpoints = ARRAY_SIZE(ecm_ep_data),
435 .endpoint = ecm_ep_data,