|
Barrelfish
|
this file contains device related definitions for the USB client driver More...
Collaboration diagram for usb_endpoint:Data Fields | |
| uint8_t | ep_direction |
| the direction of this endpoint | |
| uint8_t | ep_number |
| the endpoint number | |
| uint8_t | ep_type |
| the type of this endpoint | |
| uint8_t | ep_usage |
| for isochronus only: usage | |
| uint8_t | ep_sync |
| for isochronus only: sync field | |
| struct usb_interface * | iface |
| the parent interface | |
| uint8_t | iface_index |
| the interface index | |
this file contains device related definitions for the USB client driver
This data structure defines an USB tendpoint reflecting the state on a physical endpoint on the device.
1.8.11