pub type UsbBusType<Dm = PA11<AF14<PushPull>>, Dp = PA12<AF14<PushPull>>> = UsbBus<Peripheral<Dm, Dp>>;
Available on crate feature
usb
only.Expand description
Type of the UsbBus
Aliased Typeยง
pub struct UsbBusType<Dm = PA11<AF14<PushPull>>, Dp = PA12<AF14<PushPull>>> { /* private fields */ }