Searched refs:RCC_APB1ENR1_TIM3EN (Results 1 – 3 of 3) sorted by relevance
187 #define LL_APB1_GRP1_PERIPH_TIM3 RCC_APB1ENR1_TIM3EN
1066 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \1068 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN); \1337 #define __HAL_RCC_TIM3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN)1833 #define __HAL_RCC_TIM3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN) != 0U)1932 #define __HAL_RCC_TIM3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM3EN) == 0U)
11204 #define RCC_APB1ENR1_TIM3EN RCC_APB1ENR1_TIM3EN_Msk macro