Searched refs:RCC_APB2ENR_TIM1EN (Results 1 – 3 of 3) sorted by relevance
267 #define LL_APB2_GRP1_PERIPH_TIM1 RCC_APB2ENR_TIM1EN
1470 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN); \1472 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN); \1586 #define __HAL_RCC_TIM1_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN)2047 #define __HAL_RCC_TIM1_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN) != 0U)2092 #define __HAL_RCC_TIM1_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN) == 0U)
11289 #define RCC_APB2ENR_TIM1EN RCC_APB2ENR_TIM1EN_Msk macro