Searched refs:RCC_APB2ENR_TIM20EN (Results 1 – 14 of 14) sorted by relevance
2435 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN);\2437 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN);\2440 #define __HAL_RCC_TIM20_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM20EN))2691 #define __HAL_RCC_TIM20_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM20EN)) != RESET)2693 #define __HAL_RCC_TIM20_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM20EN)) == RESET)
209 #define LL_APB2_GRP1_PERIPH_TIM20 RCC_APB2ENR_TIM20EN
1176 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN); \1178 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN); \1222 #define __HAL_RCC_TIM20_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN)1555 #define __HAL_RCC_TIM20_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN) != 0U)1586 #define __HAL_RCC_TIM20_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN) == 0U)
200 #define LL_APB2_GRP1_PERIPH_TIM20 RCC_APB2ENR_TIM20EN
7850 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
8451 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
8224 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
8923 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
8385 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
9150 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
12496 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
12723 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
11153 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk /*!< TIM20 clock ena… macro
11057 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk /*!< TIM20 clock ena… macro