/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 944 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 946 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 999 #define __HAL_RCC_TIM1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) 1118 #define __HAL_RCC_TIM1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) != 0U) 1127 #define __HAL_RCC_TIM1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 120 #define LL_APB1_GRP2_PERIPH_TIM1 RCC_APBENR2_TIM1EN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1159 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1161 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1211 #define __HAL_RCC_TIM1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) 1422 #define __HAL_RCC_TIM1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) != 0U) 1440 #define __HAL_RCC_TIM1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) == 0U)
|
D | stm32u0xx_ll_bus.h | 147 #define LL_APB1_GRP2_PERIPH_TIM1 RCC_APBENR2_TIM1EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1304 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1306 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN); \ 1440 #define __HAL_RCC_TIM1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) 1672 #define __HAL_RCC_TIM1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) != 0U) 1684 #define __HAL_RCC_TIM1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM1EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 180 #define LL_APB2_GRP1_PERIPH_TIM1 RCC_APBENR2_TIM1EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4113 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32c031xx.h | 4273 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32c071xx.h | 4741 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4349 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g050xx.h | 4383 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g070xx.h | 4524 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g031xx.h | 4563 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g041xx.h | 4811 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g051xx.h | 4920 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g061xx.h | 5168 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g071xx.h | 5285 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g081xx.h | 5533 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g0b0xx.h | 5573 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g0c1xx.h | 6891 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32g0b1xx.h | 6643 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5434 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32u083xx.h | 6268 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|
D | stm32u073xx.h | 6004 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk macro
|