Searched refs:RCC_APB1ENR1_TIM6EN (Results 1 – 3 of 3) sorted by relevance
195 #define LL_APB1_GRP1_PERIPH_TIM6 RCC_APB1ENR1_TIM6EN
1095 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \1097 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN); \1348 #define __HAL_RCC_TIM6_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN)1844 #define __HAL_RCC_TIM6_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN) != 0U)1943 #define __HAL_RCC_TIM6_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM6EN) == 0U)
11213 #define RCC_APB1ENR1_TIM6EN RCC_APB1ENR1_TIM6EN_Msk macro