Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c59 if (s->tim_ccmr1 & (TIM_CCMR1_OC2M2 | TIM_CCMR1_OC2M1) && in stm32f2xx_timer_interrupt()
60 !(s->tim_ccmr1 & TIM_CCMR1_OC2M0) && in stm32f2xx_timer_interrupt()
61 s->tim_ccmr1 & TIM_CCMR1_OC2PE && in stm32f2xx_timer_interrupt()
108 s->tim_ccmr1 = 0; in stm32f2xx_timer_reset()
145 return s->tim_ccmr1; in stm32f2xx_timer_read()
214 s->tim_ccmr1 = value; in stm32f2xx_timer_write()
285 VMSTATE_UINT32(tim_ccmr1, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h88 uint32_t tim_ccmr1; member