Trait stm32g0xx_hal::rng::RngExt[][src]

pub trait RngExt {
    fn constrain(self, cfg: Config, rcc: &mut Rcc) -> Rng

Notable traits for Rng

impl Iterator for Rng type Item = u32;
; }

Required methods

fn constrain(self, cfg: Config, rcc: &mut Rcc) -> Rng

Notable traits for Rng

impl Iterator for Rng type Item = u32;
[src]

Loading content...

Implementors

impl RngExt for RNG[src]

Loading content...