Type Alias nrf52840_dongle::RngDriver

source ·
pub(crate) type RngDriver = RngComponentType<Trng<'static>>;

Aliased Type§

struct RngDriver {
    rng: &'static Entropy32ToRandom<'static, Trng<'static>>,
    apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<1>>,
    getting_randomness: Cell<bool>,
}

Fields§

§rng: &'static Entropy32ToRandom<'static, Trng<'static>>§apps: Grant<App, UpcallCount<1>, AllowRoCount<0>, AllowRwCount<1>>§getting_randomness: Cell<bool>