Searched refs:RCC_APB1ENR_TIM2EN (Results 1 – 3 of 3) sorted by relevance
17 #define RCC_APB1ENR_TIM2EN (1 << 0) macro51 setbits_le32(&STM32_RCC->apb1enr, RCC_APB1ENR_TIM2EN); in timer_init()
23 #define RCC_APB1ENR_TIM2EN BIT(0) macro
254 setbits_le32(&STM32_RCC->apb1enr, RCC_APB1ENR_TIM2EN); in clock_setup()