Struct nrf5x::peripheral_registers::RNG_REGS
[−]
[src]
pub struct RNG_REGS { pub task_start: VolatileCell<u32>, pub task_stop: VolatileCell<u32>, pub _reserved1: [u32; 62], pub event_valrdy: VolatileCell<u32>, pub _reserved2: [u32; 63], pub shorts: VolatileCell<u32>, pub _reserved3: [u32; 63], pub inten: VolatileCell<u32>, pub intenset: VolatileCell<u32>, pub intenclr: VolatileCell<u32>, pub _reserved4: [u32; 126], pub config: VolatileCell<u32>, pub value: VolatileCell<u32>, }
Fields
task_start: VolatileCell<u32>
task_stop: VolatileCell<u32>
_reserved1: [u32; 62]
event_valrdy: VolatileCell<u32>
_reserved2: [u32; 63]
shorts: VolatileCell<u32>
_reserved3: [u32; 63]
inten: VolatileCell<u32>
intenset: VolatileCell<u32>
intenclr: VolatileCell<u32>
_reserved4: [u32; 126]
config: VolatileCell<u32>
value: VolatileCell<u32>