Searched defs:usbh_axusbnet (Results 1 – 1 of 1) sorted by relevance
18 struct usbh_axusbnet { struct19 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)];