Searched refs:RCC_APB1LENR_TIM12EN (Results 1 – 25 of 31) sorted by relevance
12
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 1810 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM12EN);\ 1812 tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM12EN);\ 2038 #define __HAL_RCC_TIM12_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM12EN) 2089 #define __HAL_RCC_TIM12_IS_CLK_ENABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM12EN) != 0U) 2131 #define __HAL_RCC_TIM12_IS_CLK_DISABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM12EN) == 0U) 3146 SET_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM12EN);\ 3148 tmpreg = READ_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM12EN);\ 3343 #define __HAL_RCC_C1_TIM12_CLK_DISABLE() (RCC_C1->APB1LENR) &= ~ (RCC_APB1LENR_TIM12EN) 4176 SET_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM12EN);\ 4178 tmpreg = READ_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM12EN);\ [all …]
|
D | stm32h7xx_ll_bus.h | 263 #define LL_APB1_GRP1_PERIPH_TIM12 RCC_APB1LENR_TIM12EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1282 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM12EN); \ 1284 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM12EN); \ 1553 #define __HAL_RCC_TIM12_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM12EN) 2354 #define __HAL_RCC_TIM12_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM12EN) != 0U) 2460 #define __HAL_RCC_TIM12_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM12EN) == 0…
|
D | stm32h5xx_ll_bus.h | 220 #define LL_APB1_GRP1_PERIPH_TIM12 RCC_APB1LENR_TIM12EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 13307 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h562xx.h | 14071 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h533xx.h | 13844 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h573xx.h | 16698 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h563xx.h | 16161 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 13657 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h7b0xx.h | 14113 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h7b0xxq.h | 14125 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h7a3xxq.h | 13669 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h7b3xx.h | 14120 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h7b3xxq.h | 14132 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h730xxq.h | 15980 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h733xx.h | 15968 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h725xx.h | 15517 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h730xx.h | 15968 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h735xx.h | 15980 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h742xx.h | 14849 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h723xx.h | 15505 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h750xx.h | 15754 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h753xx.h | 15760 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
D | stm32h745xx.h | 16084 #define RCC_APB1LENR_TIM12EN RCC_APB1LENR_TIM12EN_Msk macro
|
12