Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h58 #define TIM_CCMR1_OC2M1 (1 << 13) macro
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c59 if (s->tim_ccmr1 & (TIM_CCMR1_OC2M2 | TIM_CCMR1_OC2M1) && in stm32f2xx_timer_interrupt()