refactor usb host stack: hcd api, hub process and usb no cache ram process
This commit is contained in:
@@ -12,10 +12,10 @@ struct usbh_mtp {
|
||||
struct usbh_hubport *hport;
|
||||
|
||||
uint8_t intf; /* interface number */
|
||||
usbh_epinfo_t bulkin; /* BULK IN endpoint */
|
||||
usbh_epinfo_t bulkout; /* BULK OUT endpoint */
|
||||
usbh_pipe_t bulkin; /* BULK IN endpoint */
|
||||
usbh_pipe_t bulkout; /* BULK OUT endpoint */
|
||||
#ifdef CONFIG_USBHOST_MTP_NOTIFY
|
||||
usbh_epinfo_t intin; /* Interrupt IN endpoint (optional) */
|
||||
usbh_pipe_t intin; /* Interrupt IN endpoint (optional) */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user