Files
luban-lite-t3e-pro/packages/third-party/cherryusb/class/template/usbh_xxx.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

15 lines
281 B
C

#ifndef _USBH_XXX_H
#define _USBH_XXX_H
#include "usb_xxx.h"
struct usbh_xxx {
struct usbh_hubport *hport;
uint8_t intf; /* interface number */
uint8_t minor;
usbh_pipe_t bulkin; /* bulk IN endpoint */
usbh_pipe_t bulkout; /* bulk OUT endpoint */
};
#endif