/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc.h | 606 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 608 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 625 #define __HAL_RCC_TIM9_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM9EN)) 644 #define __HAL_RCC_TIM9_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) != RESET) 653 #define __HAL_RCC_TIM9_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) == RESET)
|
D | stm32f4xx_ll_bus.h | 306 #define LL_APB2_GRP1_PERIPH_TIM9 RCC_APB2ENR_TIM9EN
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc.h | 862 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 864 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 904 #define __HAL_RCC_TIM9_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM9EN)) 1185 #define __HAL_RCC_TIM9_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) != 0U) 1192 #define __HAL_RCC_TIM9_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) == 0U)
|
D | stm32l1xx_ll_bus.h | 151 #define LL_APB2_GRP1_PERIPH_TIM9 RCC_APB2ENR_TIM9EN
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 1288 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 1290 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 1310 #define __HAL_RCC_TIM9_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM9EN)) 1368 #define __HAL_RCC_TIM9_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) != RESET) 1369 #define __HAL_RCC_TIM9_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) == RESET)
|
D | stm32f1xx_ll_bus.h | 216 #define LL_APB2_GRP1_PERIPH_TIM9 RCC_APB2ENR_TIM9EN
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rcc.h | 981 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 983 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 1010 #define __HAL_RCC_TIM9_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM9EN)) 1034 #define __HAL_RCC_TIM9_IS_CLK_ENABLED() ((RCC->APB2ENR &(RCC_APB2ENR_TIM9EN))!= RESET) 1048 #define __HAL_RCC_TIM9_IS_CLK_DISABLED() ((RCC->APB2ENR &(RCC_APB2ENR_TIM9EN))== RESET)
|
D | stm32f2xx_ll_bus.h | 171 #define LL_APB2_GRP1_PERIPH_TIM9 RCC_APB2ENR_TIM9EN
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1299 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 1301 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 1418 #define __HAL_RCC_TIM9_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM9EN)) 1673 #define __HAL_RCC_TIM9_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) != RESET) 1714 #define __HAL_RCC_TIM9_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM9EN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 213 #define LL_APB2_GRP1_PERIPH_TIM9 RCC_APB2ENR_TIM9EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 212 #define LL_APB2_GRP1_PERIPH_TIM9 RCC_APB2ENR_TIM9EN
|
D | stm32h7rsxx_hal_rcc.h | 1699 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\ 1743 #define __HAL_RCC_TIM9_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN) 2161 #define __HAL_RCC_TIM9_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 310 #define LL_APB2_GRP1_PERIPH_TIM9 RCC_APB2ENR_TIM9EN
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101xg.h | 1601 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 Timer cloc… macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 4671 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk macro
|
D | stm32f410rx.h | 4675 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk macro
|
D | stm32f410tx.h | 4646 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 4296 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|
D | stm32l152xba.h | 4304 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|
D | stm32l100xba.h | 4292 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|
D | stm32l100xb.h | 4272 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|
D | stm32l151xb.h | 4160 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|
D | stm32l151xba.h | 4183 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|
D | stm32l100xc.h | 4403 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|
D | stm32l151xc.h | 4462 #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface … macro
|