Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h57 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;
[all …]