Searched refs:RCC_APB1ENR_TIM18EN (Results 1 – 4 of 4) sorted by relevance
2173 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)
139 #define LL_APB1_GRP1_PERIPH_TIM18 RCC_APB1ENR_TIM18EN
7977 #define RCC_APB1ENR_TIM18EN RCC_APB1ENR_TIM18EN_Msk /*!< Timer 18 clock … macro
8070 #define RCC_APB1ENR_TIM18EN RCC_APB1ENR_TIM18EN_Msk /*!< Timer 18 clock … macro