Searched refs:RCC_APBENR1_TIM4EN (Results 1 – 5 of 5) sorted by relevance
1030 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM4EN); \1032 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM4EN); \1373 #define __HAL_RCC_TIM4_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_TIM4EN)1535 #define __HAL_RCC_TIM4_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM4EN) != 0U)1599 #define __HAL_RCC_TIM4_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM4EN) == 0U)
104 #define LL_APB1_GRP1_PERIPH_TIM4 RCC_APBENR1_TIM4EN
5514 #define RCC_APBENR1_TIM4EN RCC_APBENR1_TIM4EN_Msk macro
6802 #define RCC_APBENR1_TIM4EN RCC_APBENR1_TIM4EN_Msk macro
6554 #define RCC_APBENR1_TIM4EN RCC_APBENR1_TIM4EN_Msk macro