Home
last modified time | relevance | path

Searched defs:TIM_CR1_CEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/clocksource/
H A Dtimer-stm32.c34 #define TIM_CR1_CEN BIT(0) macro
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h52 #define TIM_CR1_CEN 1 macro
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h36 #define TIM_CR1_CEN BIT(0) /* Counter Enable */ macro