pub trait Instance: Instance + RccPeripheral {
    type Interrupt: Interrupt;
}
Expand description

USB OTG instance.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this USB OTG instance.

Object Safety§

This trait is not object safe.

Implementors§