Searched refs:RCC_APB1ENR1_TIM5EN (Results 1 – 3 of 3) sorted by relevance
193 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR1_TIM5EN
1086 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \1088 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \1345 #define __HAL_RCC_TIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN)1841 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) != 0U)1940 #define __HAL_RCC_TIM5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) == 0U)
11210 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro