RngExt

Trait RngExt 

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

Extension trait to activate the RNG

Required Methods§

Source

fn enable(self, ahb2: &mut AHB2, clocks: Clocks) -> Rng

Enables the RNG

Implementors§