Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_TIM20EN (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2435 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)
Dstm32f3xx_ll_bus.h209 #define LL_APB2_GRP1_PERIPH_TIM20 RCC_APB2ENR_TIM20EN
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc.h1176 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)
Dstm32g4xx_ll_bus.h200 #define LL_APB2_GRP1_PERIPH_TIM20 RCC_APB2ENR_TIM20EN
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xc.h7850 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
Dstm32g4a1xx.h8451 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
Dstm32g491xx.h8224 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
Dstm32g473xx.h8923 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
Dstm32g471xx.h8385 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
Dstm32g483xx.h9150 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
Dstm32g474xx.h12496 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
Dstm32g484xx.h12723 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk macro
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f303xe.h11153 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk /*!< TIM20 clock ena… macro
Dstm32f398xx.h11057 #define RCC_APB2ENR_TIM20EN RCC_APB2ENR_TIM20EN_Msk /*!< TIM20 clock ena… macro