Struct nrf5x::trng::Trng [] [src]

pub struct Trng<'a> {
    regs: *const RNG_REGS,
    client: Cell<Option<&'a Client>>,
    index: Cell<usize>,
    randomness: Cell<u32>,
}

Fields

Methods

impl<'a> Trng<'a>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> RNG for Trng<'a>
[src]

[src]

Initiate the aquisition of new random number generation. Read more