Searched refs:RCC_APBENR1_TIM2EN (Results 1 – 18 of 18) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 799 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 801 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 902 #define __HAL_RCC_TIM2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) 1062 #define __HAL_RCC_TIM2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) != 0U) 1085 #define __HAL_RCC_TIM2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 89 #define LL_APB1_GRP1_PERIPH_TIM2 RCC_APBENR1_TIM2EN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 857 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 859 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 1073 #define __HAL_RCC_TIM2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) 1282 #define __HAL_RCC_TIM2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) != 0… 1344 #define __HAL_RCC_TIM2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) == 0…
|
D | stm32u0xx_ll_bus.h | 101 #define LL_APB1_GRP1_PERIPH_TIM2 RCC_APBENR1_TIM2EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1012 SET_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 1014 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN); \ 1369 #define __HAL_RCC_TIM2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) 1531 #define __HAL_RCC_TIM2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) != 0U) 1595 #define __HAL_RCC_TIM2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_TIM2EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 98 #define LL_APB1_GRP1_PERIPH_TIM2 RCC_APBENR1_TIM2EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c071xx.h | 4700 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g031xx.h | 4519 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32g041xx.h | 4767 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32g051xx.h | 4867 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32g061xx.h | 5115 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32g071xx.h | 5217 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32g081xx.h | 5465 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32g0c1xx.h | 6796 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32g0b1xx.h | 6548 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5369 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32u083xx.h | 6182 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|
D | stm32u073xx.h | 5918 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk macro
|