Searched refs:RCC_APB1ENR1_TIM4EN (Results 1 – 3 of 3) sorted by relevance
190 #define LL_APB1_GRP1_PERIPH_TIM4 RCC_APB1ENR1_TIM4EN
1076 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \1078 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN); \1341 #define __HAL_RCC_TIM4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN)1837 #define __HAL_RCC_TIM4_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN) != 0U)1936 #define __HAL_RCC_TIM4_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM4EN) == 0U)
11207 #define RCC_APB1ENR1_TIM4EN RCC_APB1ENR1_TIM4EN_Msk macro