Home
last modified time | relevance | path

Searched refs:tim_ccmr2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c109 s->tim_ccmr2 = 0; in stm32f2xx_timer_reset()
147 return s->tim_ccmr2; in stm32f2xx_timer_read()
217 s->tim_ccmr2 = value; in stm32f2xx_timer_write()
286 VMSTATE_UINT32(tim_ccmr2, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h89 uint32_t tim_ccmr2; member