Searched refs:tx_msg (Results 1 – 1 of 1) sorted by relevance
86 struct usbd_tx_rx_msg tx_msg[16]; member1360 if (g_usbd_core[busid].tx_msg[ep & 0x7f].cb) {1361 g_usbd_core[busid].tx_msg[ep & 0x7f].cb(busid, ep, nbytes);1380 g_usbd_core[busid].tx_msg[0].ep = 0x80;1381 g_usbd_core[busid].tx_msg[0].cb = usbd_event_ep0_in_complete_handler;1393 g_usbd_core[busid].tx_msg[0].ep = 0x80;1394 g_usbd_core[busid].tx_msg[0].cb = usbd_event_ep0_in_complete_handler;1432 g_usbd_core[busid].tx_msg[ep->ep_addr & 0x7f].ep = ep->ep_addr;1433 g_usbd_core[busid].tx_msg[ep->ep_addr & 0x7f].cb = ep->ep_cb;1443 return g_usbd_core[busid].tx_msg[ep & 0x7f].ep_mps;[all …]
Completed in 6 milliseconds