pub trait RngExt {
    fn enable(self, ahb2: &mut AHB2, clocks: Clocks) -> Rng;
}
Expand description

Extension trait to activate the RNG

Required methods

Enables the RNG

Implementors