Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_TIM11EN (Results 1 – 25 of 75) sorted by relevance

123

/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h613 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)
Dstm32f4xx_ll_bus.h310 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc.h876 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)
Dstm32l1xx_ll_bus.h153 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h1304 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)
Dstm32f1xx_ll_bus.h200 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rcc.h995 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)
Dstm32f2xx_ll_bus.h173 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1315 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)
Dstm32f7xx_ll_bus.h215 #define LL_APB2_GRP1_PERIPH_TIM11 RCC_APB2ENR_TIM11EN
/hal_stm32-3.7.0/stm32cube/stm32f1xx/soc/
Dstm32f101xg.h1607 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
/hal_stm32-3.7.0/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h4674 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
Dstm32f410rx.h4678 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
Dstm32f410tx.h4649 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
Dstm32f401xc.h4373 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
Dstm32f401xe.h4373 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32l1xx/soc/
Dstm32l151xb.h4166 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l151xba.h4189 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l100xb.h4278 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l100xba.h4298 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l152xb.h4302 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l152xba.h4310 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l100xc.h4409 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l151xc.h4468 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro
Dstm32l151xca.h4496 #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clo… macro

123