Searched refs:RCC_APB1LENR_TIM13EN (Results 1 – 25 of 29) sorted by relevance
12
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 1818 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM13EN);\ 1820 tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM13EN);\ 2039 #define __HAL_RCC_TIM13_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM13EN) 2090 #define __HAL_RCC_TIM13_IS_CLK_ENABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM13EN) != 0U) 2132 #define __HAL_RCC_TIM13_IS_CLK_DISABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM13EN) == 0U) 3154 SET_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM13EN);\ 3156 tmpreg = READ_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM13EN);\ 3344 #define __HAL_RCC_C1_TIM13_CLK_DISABLE() (RCC_C1->APB1LENR) &= ~ (RCC_APB1LENR_TIM13EN) 4184 SET_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM13EN);\ 4186 tmpreg = READ_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM13EN);\ [all …]
|
D | stm32h7xx_ll_bus.h | 264 #define LL_APB1_GRP1_PERIPH_TIM13 RCC_APB1LENR_TIM13EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1293 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM13EN); \ 1295 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM13EN); \ 1557 #define __HAL_RCC_TIM13_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM13EN) 2358 #define __HAL_RCC_TIM13_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM13EN) != 0U) 2464 #define __HAL_RCC_TIM13_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM13EN) == 0…
|
D | stm32h5xx_ll_bus.h | 223 #define LL_APB1_GRP1_PERIPH_TIM13 RCC_APB1LENR_TIM13EN
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 13660 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h7b0xx.h | 14116 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h7b0xxq.h | 14128 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h7a3xxq.h | 13672 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h7b3xx.h | 14123 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h7b3xxq.h | 14135 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h730xxq.h | 15983 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h733xx.h | 15971 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h725xx.h | 15520 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h730xx.h | 15971 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h735xx.h | 15983 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h742xx.h | 14852 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h723xx.h | 15508 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h750xx.h | 15757 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h753xx.h | 15763 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h745xx.h | 16087 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h745xg.h | 16087 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h743xx.h | 15488 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h562xx.h | 14074 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h573xx.h | 16701 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
D | stm32h563xx.h | 16164 #define RCC_APB1LENR_TIM13EN RCC_APB1LENR_TIM13EN_Msk macro
|
12