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
regs: *const RNG_REGS
client: Cell<Option<&'a Client>>
index: Cell<usize>
randomness: Cell<u32>