Lines Matching defs:NRF51TimerState
57 struct NRF51TimerState { struct
58 SysBusDevice parent_obj;
60 MemoryRegion iomem;
61 qemu_irq irq;
63 uint8_t id;
64 QEMUTimer timer;
65 int64_t timer_start_ns;
66 int64_t update_counter_ns;
67 uint32_t counter;
69 bool running;
71 uint8_t events_compare[NRF51_TIMER_REG_COUNT];
72 uint32_t cc[NRF51_TIMER_REG_COUNT];
73 uint32_t shorts;
74 uint32_t inten;
75 uint32_t mode;
76 uint32_t bitmode;
77 uint32_t prescaler;