Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/
H A Dtimer.c43 #define TIM_CR1_CEN (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-stm32.c34 #define TIM_CR1_CEN BIT(0) macro
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dstm32-timers.h35 #define TIM_CR1_CEN BIT(0) /* Counter Enable */ macro