Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c103 s->tim_cr2 = 0; in stm32f2xx_timer_reset()
135 return s->tim_cr2; in stm32f2xx_timer_read()
194 s->tim_cr2 = value; in stm32f2xx_timer_write()
280 VMSTATE_UINT32(tim_cr2, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h83 uint32_t tim_cr2; member