Searched defs:usbh_endpoint_cfg (Results 1 – 1 of 1) sorted by relevance
23 struct usbh_endpoint_cfg { struct24 struct usbh_hubport *hport;25 uint8_t ep_addr; /* Endpoint addr with direction */26 uint8_t ep_type; /* Endpoint type */27 uint16_t ep_mps; /* Endpoint max packet size */28 uint8_t ep_interval; /* Endpoint interval */29 uint8_t mult; /* Endpoint additional transcation */