Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h59 #define TIM_CCMR1_OC2M0 (1 << 12) macro
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c60 !(s->tim_ccmr1 & TIM_CCMR1_OC2M0) && in stm32f2xx_timer_interrupt()