Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h65 typedef struct STM32F2XXTimerState STM32F2XXTimerState; typedef
69 struct STM32F2XXTimerState { struct
71 SysBusDevice parent_obj;
74 MemoryRegion iomem;
75 QEMUTimer *timer;
76 qemu_irq irq;
78 int64_t tick_offset;
79 uint64_t hit_time;
80 uint64_t freq_hz;
82 uint32_t tim_cr1;
[all …]