Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c117 s->tim_dcr = 0; in stm32f2xx_timer_reset()
166 return s->tim_dcr; in stm32f2xx_timer_read()
246 s->tim_dcr = value; in stm32f2xx_timer_write()
294 VMSTATE_UINT32(tim_dcr, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h97 uint32_t tim_dcr; member