Searched refs:RCC_APB1LENR_TIM14EN (Results 1 – 25 of 29) sorted by relevance
12
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 1826 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM14EN);\ 1828 tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM14EN);\ 2040 #define __HAL_RCC_TIM14_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM14EN) 2091 #define __HAL_RCC_TIM14_IS_CLK_ENABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM14EN) != 0U) 2133 #define __HAL_RCC_TIM14_IS_CLK_DISABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM14EN) == 0U) 3162 SET_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM14EN);\ 3164 tmpreg = READ_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM14EN);\ 3345 #define __HAL_RCC_C1_TIM14_CLK_DISABLE() (RCC_C1->APB1LENR) &= ~ (RCC_APB1LENR_TIM14EN) 4192 SET_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM14EN);\ 4194 tmpreg = READ_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM14EN);\ [all …]
|
D | stm32h7xx_ll_bus.h | 265 #define LL_APB1_GRP1_PERIPH_TIM14 RCC_APB1LENR_TIM14EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1303 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM14EN); \ 1305 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM14EN); \ 1561 #define __HAL_RCC_TIM14_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM14EN) 2362 #define __HAL_RCC_TIM14_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM14EN) != 0U) 2468 #define __HAL_RCC_TIM14_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM14EN) == 0…
|
D | stm32h5xx_ll_bus.h | 226 #define LL_APB1_GRP1_PERIPH_TIM14 RCC_APB1LENR_TIM14EN
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 13663 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h7b0xx.h | 14119 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h7b0xxq.h | 14131 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h7a3xxq.h | 13675 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h7b3xx.h | 14126 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h7b3xxq.h | 14138 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h730xxq.h | 15986 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h733xx.h | 15974 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h725xx.h | 15523 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h730xx.h | 15974 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h735xx.h | 15986 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h742xx.h | 14855 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h723xx.h | 15511 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h750xx.h | 15760 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h753xx.h | 15766 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h745xx.h | 16090 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h745xg.h | 16090 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h743xx.h | 15491 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h562xx.h | 14077 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h573xx.h | 16704 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
D | stm32h563xx.h | 16167 #define RCC_APB1LENR_TIM14EN RCC_APB1LENR_TIM14EN_Msk macro
|
12