Trait embassy_stm32::rng::Instance
source · pub trait Instance: Instance + Peripheral<P = Self> + RccPeripheral + 'static + Send {
type Interrupt: Interrupt;
}
Expand description
RNG instance trait.
Required Associated Types§
Object Safety§
This trait is not object safe.