Searched refs:tim_ccmr1 (Results 1 – 2 of 2) sorted by relevance
59 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),
88 uint32_t tim_ccmr1; member