Searched refs:RCC_APBENR2_TIM15EN (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1183 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN); \ 1185 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN); \ 1217 #define __HAL_RCC_TIM15_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN) 1428 #define __HAL_RCC_TIM15_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN) != 0U) 1446 #define __HAL_RCC_TIM15_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN) == 0U)
|
D | stm32u0xx_ll_bus.h | 150 #define LL_APB1_GRP2_PERIPH_TIM15 RCC_APBENR2_TIM15EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1337 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN); \ 1339 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN); \ 1445 #define __HAL_RCC_TIM15_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN) 1677 #define __HAL_RCC_TIM15_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN) != 0U) 1689 #define __HAL_RCC_TIM15_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM15EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 187 #define LL_APB2_GRP1_PERIPH_TIM15 RCC_APBENR2_TIM15EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g050xx.h | 4395 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g070xx.h | 4536 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g051xx.h | 4932 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g061xx.h | 5180 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g071xx.h | 5297 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g081xx.h | 5545 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g0b0xx.h | 5585 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g0c1xx.h | 6903 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32g0b1xx.h | 6655 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5443 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32u083xx.h | 6277 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|
D | stm32u073xx.h | 6013 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk macro
|