/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc.h | 844 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 846 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1034 #define __HAL_RCC_TIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) 1407 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) != 0U) 1467 #define __HAL_RCC_TIM5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) == 0U)
|
D | stm32g4xx_ll_bus.h | 140 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR1_TIM5EN
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 963 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 965 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1178 #define __HAL_RCC_TIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) 1501 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) != 0U) 1558 #define __HAL_RCC_TIM5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) == 0U)
|
D | stm32l5xx_ll_bus.h | 129 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR1_TIM5EN
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1096 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1098 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1355 #define __HAL_RCC_TIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) 1899 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) != 0U) 1998 #define __HAL_RCC_TIM5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) == 0U)
|
D | stm32l4xx_ll_bus.h | 178 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR1_TIM5EN
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1482 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1484 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN); \ 1649 #define __HAL_RCC_TIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) 2351 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) != 0U) 2405 #define __HAL_RCC_TIM5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) == 0U)
|
D | stm32u5xx_ll_bus.h | 218 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR1_TIM5EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 165 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR1_TIM5EN
|
D | stm32h7rsxx_hal_rcc.h | 1367 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN);\ 1579 #define __HAL_RCC_TIM5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) 2083 #define __HAL_RCC_TIM5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_TIM5EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 255 #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR1_TIM5EN
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g473xx.h | 8826 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32g483xx.h | 9053 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32g474xx.h | 12399 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32g484xx.h | 12626 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l471xx.h | 11020 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l475xx.h | 11184 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l476xx.h | 11216 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l486xx.h | 11432 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l485xx.h | 11406 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l4a6xx.h | 12562 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l496xx.h | 12228 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l4r5xx.h | 12452 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
D | stm32l4r7xx.h | 12942 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 11737 #define RCC_APB1ENR1_TIM5EN RCC_APB1ENR1_TIM5EN_Msk macro
|