Home
last modified time | relevance | path

Searched defs:usbh_axusbnet (Results 1 – 1 of 1) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/vendor/asix/
Daxusbnet.h18 struct usbh_axusbnet { struct
19 struct usbh_hubport *hport;
21 uint8_t intf; /* interface number */
23 usbh_pipe_t int_notify; /* Notify endpoint */
24 usbh_pipe_t bulkin; /* Bulk IN endpoint */
25 usbh_pipe_t bulkout; /* Bulk OUT endpoint */
27 uint32_t bulkin_buf[2048/sizeof(uint32_t)];