Searched refs:RCC_APBENR2_TIM14EN (Results 1 – 19 of 19) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 968 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ 970 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ 1002 #define __HAL_RCC_TIM14_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN) 1121 #define __HAL_RCC_TIM14_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN) != 0U) 1130 #define __HAL_RCC_TIM14_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 123 #define LL_APB1_GRP2_PERIPH_TIM14 RCC_APBENR2_TIM14EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1328 SET_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ 1330 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN); \ 1443 #define __HAL_RCC_TIM14_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN) 1675 #define __HAL_RCC_TIM14_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN) != 0U) 1687 #define __HAL_RCC_TIM14_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_TIM14EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 184 #define LL_APB2_GRP1_PERIPH_TIM14 RCC_APBENR2_TIM14EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4122 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32c031xx.h | 4282 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32c071xx.h | 4750 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4358 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g050xx.h | 4392 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g070xx.h | 4533 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g031xx.h | 4572 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g041xx.h | 4820 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g051xx.h | 4929 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g061xx.h | 5177 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g071xx.h | 5294 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g081xx.h | 5542 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g0b0xx.h | 5582 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g0c1xx.h | 6900 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|
D | stm32g0b1xx.h | 6652 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk macro
|