Searched refs:RCC_APBENR2_TIM17EN (Results 1 – 19 of 19) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 984 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN); \ 986 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN); \ 1004 #define __HAL_RCC_TIM17_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN) 1123 #define __HAL_RCC_TIM17_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN) != 0U) 1132 #define __HAL_RCC_TIM17_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 125 #define LL_APB1_GRP2_PERIPH_TIM17 RCC_APBENR2_TIM17EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1354 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN); \ 1356 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN); \ 1448 #define __HAL_RCC_TIM17_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN) 1680 #define __HAL_RCC_TIM17_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN) != 0U) 1692 #define __HAL_RCC_TIM17_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM17EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 193 #define LL_APB2_GRP1_PERIPH_TIM17 RCC_APBENR2_TIM17EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4128 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32c031xx.h | 4288 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32c071xx.h | 4756 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4364 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g050xx.h | 4401 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g070xx.h | 4542 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g031xx.h | 4578 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g041xx.h | 4826 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g051xx.h | 4938 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g061xx.h | 5186 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g071xx.h | 5303 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g081xx.h | 5551 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g0b0xx.h | 5591 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g0c1xx.h | 6909 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|
D | stm32g0b1xx.h | 6661 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk macro
|