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