Searched defs:STM32F2XXTimerState (Results 1 – 1 of 1) sorted by relevance
65 typedef struct STM32F2XXTimerState STM32F2XXTimerState; typedef69 struct STM32F2XXTimerState { struct71 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 …]