Searched refs:RCC_APB1ENR1_TIM2EN (Results 1 – 3 of 3) sorted by relevance
185 #define LL_APB1_GRP1_PERIPH_TIM2 RCC_APB1ENR1_TIM2EN
1057 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \1059 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN); \1334 #define __HAL_RCC_TIM2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN)1830 #define __HAL_RCC_TIM2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN) != 0U)1929 #define __HAL_RCC_TIM2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM2EN) == 0U)
11201 #define RCC_APB1ENR1_TIM2EN RCC_APB1ENR1_TIM2EN_Msk macro