Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c62 s->tim_ccer & TIM_CCER_CC2E) { in stm32f2xx_timer_interrupt()
110 s->tim_ccer = 0; in stm32f2xx_timer_reset()
149 return s->tim_ccer; in stm32f2xx_timer_read()
220 s->tim_ccer = value; in stm32f2xx_timer_write()
287 VMSTATE_UINT32(tim_ccer, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h90 uint32_t tim_ccer; member