Searched refs:tim_ccr2 (Results 1 – 2 of 2) sorted by relevance
65 s->tim_ccr2 / (100 * (s->tim_psc + 1))); in stm32f2xx_timer_interrupt()114 s->tim_ccr2 = 0; in stm32f2xx_timer_reset()160 return s->tim_ccr2; in stm32f2xx_timer_read()237 s->tim_ccr2 = value; in stm32f2xx_timer_write()291 VMSTATE_UINT32(tim_ccr2, STM32F2XXTimerState),
94 uint32_t tim_ccr2; member