pub struct Driver<'d> { /* private fields */ }Expand description
Asynchronous USB host controller.
Implementations§
Trait Implementations§
Source§impl<'d> UsbHostController<'d> for Driver<'d>
Available on crate feature unstable only.
impl<'d> UsbHostController<'d> for Driver<'d>
Available on crate feature
unstable only.Source§type Allocator = <OtgHost<'d> as UsbHostController<'d>>::Allocator
type Allocator = <OtgHost<'d> as UsbHostController<'d>>::Allocator
Pipe allocator associated with this controller.
Source§async fn wait_for_device_event(&mut self) -> DeviceEvent
async fn wait_for_device_event(&mut self) -> DeviceEvent
Wait for a root-port attach/detach. Read more