Searched refs:RCC_APB2ENR_TIM19EN (Results 1 – 4 of 4) sorted by relevance
2367 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM19EN);\2369 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM19EN);\2396 #define __HAL_RCC_TIM19_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM19EN))2659 #define __HAL_RCC_TIM19_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM19EN)) != RESET)2666 #define __HAL_RCC_TIM19_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_TIM19EN)) == RESET)
206 #define LL_APB2_GRP1_PERIPH_TIM19 RCC_APB2ENR_TIM19EN
7936 #define RCC_APB2ENR_TIM19EN RCC_APB2ENR_TIM19EN_Msk /*!< TIM19 clock ena… macro
8029 #define RCC_APB2ENR_TIM19EN RCC_APB2ENR_TIM19EN_Msk /*!< TIM19 clock ena… macro