/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc.h | 613 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 615 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 626 #define __HAL_RCC_TIM11_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM11EN)) 645 #define __HAL_RCC_TIM11_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) != RESET) 654 #define __HAL_RCC_TIM11_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) == RESET)
|
D | stm32f4xx_ll_bus.h | 310 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
|
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc.h | 876 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 878 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 906 #define __HAL_RCC_TIM11_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM11EN)) 1187 #define __HAL_RCC_TIM11_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) != 0U) 1194 #define __HAL_RCC_TIM11_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) == 0U)
|
D | stm32l1xx_ll_bus.h | 153 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 1304 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 1306 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 1312 #define __HAL_RCC_TIM11_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM11EN)) 1372 #define __HAL_RCC_TIM11_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) != RESET) 1373 #define __HAL_RCC_TIM11_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) == RESET)
|
D | stm32f1xx_ll_bus.h | 200 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
|
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rcc.h | 995 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 997 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 1012 #define __HAL_RCC_TIM11_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM11EN)) 1036 #define __HAL_RCC_TIM11_IS_CLK_ENABLED() ((RCC->APB2ENR &(RCC_APB2ENR_TIM11EN))!= RESET) 1050 #define __HAL_RCC_TIM11_IS_CLK_DISABLED() ((RCC->APB2ENR &(RCC_APB2ENR_TIM11EN))== RESET)
|
D | stm32f2xx_ll_bus.h | 173 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
|
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1315 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 1317 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\ 1420 #define __HAL_RCC_TIM11_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM11EN)) 1675 #define __HAL_RCC_TIM11_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) != RESET) 1716 #define __HAL_RCC_TIM11_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM11EN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 215 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
|
/hal_stm32-3.7.0/stm32cube/stm32f1xx/soc/ |
D | stm32f101xg.h | 1607 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 4674 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
|
D | stm32f410rx.h | 4678 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
|
D | stm32f410tx.h | 4649 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
|
D | stm32f401xc.h | 4373 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
|
D | stm32f401xe.h | 4373 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32l1xx/soc/ |
D | stm32l151xb.h | 4166 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l151xba.h | 4189 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l100xb.h | 4278 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l100xba.h | 4298 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l152xb.h | 4302 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l152xba.h | 4310 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l100xc.h | 4409 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l151xc.h | 4468 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|
D | stm32l151xca.h | 4496 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
|