embassy-stm32

Crates

git

Versions

stm32h7r7z8

Flavors

embassy_stm32::rng

Trait Instance

source
pub trait Instance:
    SealedInstance
    + Peripheral<P = Self>
    + RccPeripheral
    + 'static
    + Send {
    type Interrupt: Interrupt;
}
Expand description

RNG instance trait.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this RNG instance.

Object Safety§

This trait is not object safe.

Implementors§