Module capsules::usbc_client
[−]
[src]
A bare-bones client of the USB hardware interface
It responds to standard device requests and can be enumerated.
Reexports
use core::cell::Cell; |
use core::cmp::min; |
use core::default::Default; |
use kernel::common::VolatileCell; |
use kernel::hil; |
use kernel::hil::usb::*; |
use usb::*; |
Structs
| Client |
Enums
| State |
Constants
| DESCRIPTOR_BUFLEN | |
| PRODUCT_ID | |
| VENDOR_ID |
Statics
| LANGUAGES | |
| STRINGS |