Searched refs:RCC_APB1ENR1_TIM7EN (Results 1 – 3 of 3) sorted by relevance
196 #define LL_APB1_GRP1_PERIPH_TIM7 RCC_APB1ENR1_TIM7EN
1104 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM7EN); \1106 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM7EN); \1351 #define __HAL_RCC_TIM7_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM7EN)1847 #define __HAL_RCC_TIM7_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM7EN) != 0U)1946 #define __HAL_RCC_TIM7_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM7EN) == 0U)
11216 #define RCC_APB1ENR1_TIM7EN RCC_APB1ENR1_TIM7EN_Msk macro