Trait embassy_stm32::usb_otg::Instance
source · pub trait Instance: Instance + RccPeripheral {
type Interrupt: Interrupt;
}
Expand description
USB OTG instance.
Required Associated Types§
Object Safety§
This trait is not object safe.