Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR_TIM18EN (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2173 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_TIM18EN);\
2175 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_TIM18EN);\
2220 #define __HAL_RCC_TIM18_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_TIM18EN))
2561 #define __HAL_RCC_TIM18_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_TIM18EN)) != RESET)
2574 #define __HAL_RCC_TIM18_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_TIM18EN)) == RESET)
Dstm32f3xx_ll_bus.h139 #define LL_APB1_GRP1_PERIPH_TIM18 RCC_APB1ENR_TIM18EN
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f378xx.h7977 #define RCC_APB1ENR_TIM18EN RCC_APB1ENR_TIM18EN_Msk /*!< Timer 18 clock … macro
Dstm32f373xc.h8070 #define RCC_APB1ENR_TIM18EN RCC_APB1ENR_TIM18EN_Msk /*!< Timer 18 clock … macro