Trait nrf52832_hal::rng::RngExt

source ·
pub trait RngExt: Deref<Target = RegisterBlock> + Sized {
    fn constrain(self) -> Rng;
}

Required Methods

Implementors