pub trait Instance:
SealedInstance
+ Peripheral<P = Self>
+ RccPeripheral {
type Interrupt: Interrupt;
}
Expand description
ADC instance.
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait Instance:
SealedInstance
+ Peripheral<P = Self>
+ RccPeripheral {
type Interrupt: Interrupt;
}
ADC instance.