Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbd_core.c87 struct usbd_tx_rx_msg rx_msg[16]; member
1367 if (g_usbd_core[busid].rx_msg[ep & 0x7f].cb) {
1368 g_usbd_core[busid].rx_msg[ep & 0x7f].cb(busid, ep, nbytes);
1382 g_usbd_core[busid].rx_msg[0].ep = 0x00;
1383 g_usbd_core[busid].rx_msg[0].cb = usbd_event_ep0_out_complete_handler;
1395 g_usbd_core[busid].rx_msg[0].ep = 0x00;
1396 g_usbd_core[busid].rx_msg[0].cb = usbd_event_ep0_out_complete_handler;
1435 g_usbd_core[busid].rx_msg[ep->ep_addr & 0x7f].ep = ep->ep_addr;
1436 g_usbd_core[busid].rx_msg[ep->ep_addr & 0x7f].cb = ep->ep_cb;
1445 return g_usbd_core[busid].rx_msg[ep & 0x7f].ep_mps;
[all …]

Completed in 6 milliseconds