Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Drcc.h23 #define RCC_APB1ENR_TIM2EN BIT(0) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/
H A Dtimer.c17 #define RCC_APB1ENR_TIM2EN (1 << 0) macro