Home
last modified time | relevance | path

Searched defs:NRF51RNGState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dnrf51_rng.h58 struct NRF51RNGState { struct
59 SysBusDevice parent_obj;
61 MemoryRegion mmio;
62 qemu_irq irq;
65 qemu_irq eep_valrdy;
67 QEMUTimer timer;
74 uint8_t value;
76 uint32_t active;
77 uint32_t event_valrdy;
79 uint32_t interrupt_enabled;
[all …]