Files
luban-lite/packages/third-party/cherryusb/class/template/usbh_xxx.h
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

14 lines
264 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 */
usbh_epinfo_t intin; /* INTR IN endpoint */
usbh_epinfo_t intout; /* INTR OUT endpoint */
};
#endif