pub trait Instance:
    Instance
    + RccPeripheral
    + 'static {
    type Interrupt: Interrupt;
}Expand description
USB instance trait.
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait Instance:
    Instance
    + RccPeripheral
    + 'static {
    type Interrupt: Interrupt;
}USB instance trait.