Home
last modified time | relevance | path

Searched defs:TIM_CCER_CC2E (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h56 #define TIM_CCER_CC2E (1 << 4) macro
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h67 #define TIM_CCER_CC2E BIT(4) /* Capt/Comp 2 out Ena */ macro