Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c107 s->tim_egr = 0; in stm32f2xx_timer_reset()
143 return s->tim_egr; in stm32f2xx_timer_read()
207 s->tim_egr = value; in stm32f2xx_timer_write()
208 if (s->tim_egr & TIM_EGR_UG) { in stm32f2xx_timer_write()
284 VMSTATE_UINT32(tim_egr, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h87 uint32_t tim_egr; member