Searched refs:RCC_APB1LENR_TIM5EN (Results 1 – 25 of 31) sorted by relevance
12
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 1786 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM5EN);\ 1788 tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM5EN);\ 2035 #define __HAL_RCC_TIM5_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_TIM5EN) 2086 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM5EN) != 0U) 2128 #define __HAL_RCC_TIM5_IS_CLK_DISABLED() ((RCC->APB1LENR & RCC_APB1LENR_TIM5EN) == 0U) 3122 SET_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM5EN);\ 3124 tmpreg = READ_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_TIM5EN);\ 3340 #define __HAL_RCC_C1_TIM5_CLK_DISABLE() (RCC_C1->APB1LENR) &= ~ (RCC_APB1LENR_TIM5EN) 4152 SET_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM5EN);\ 4154 tmpreg = READ_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_TIM5EN);\ [all …]
|
D | stm32h7xx_ll_bus.h | 260 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1LENR_TIM5EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1256 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM5EN); \ 1258 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM5EN); \ 1545 #define __HAL_RCC_TIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM5EN) 2346 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM5EN) != 0U) 2452 #define __HAL_RCC_TIM5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM5EN) == 0U)
|
D | stm32h5xx_ll_bus.h | 215 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1LENR_TIM5EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 13298 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h562xx.h | 14062 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h533xx.h | 13835 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h573xx.h | 16689 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h563xx.h | 16152 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 13648 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h7b0xx.h | 14104 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h7b0xxq.h | 14116 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h7a3xxq.h | 13660 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h7b3xx.h | 14111 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h7b3xxq.h | 14123 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h730xxq.h | 15971 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h733xx.h | 15959 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h725xx.h | 15508 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h730xx.h | 15959 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h735xx.h | 15971 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h742xx.h | 14840 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h723xx.h | 15496 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h750xx.h | 15745 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h753xx.h | 15751 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
D | stm32h745xx.h | 16075 #define RCC_APB1LENR_TIM5EN RCC_APB1LENR_TIM5EN_Msk macro
|
12