Searched refs:RCC_APB2ENR_TIM8EN (Results 1 – 3 of 3) sorted by relevance
270 #define LL_APB2_GRP1_PERIPH_TIM8 RCC_APB2ENR_TIM8EN
1487 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM8EN); \1489 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM8EN); \1591 #define __HAL_RCC_TIM8_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM8EN)2052 #define __HAL_RCC_TIM8_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM8EN) != 0U)2097 #define __HAL_RCC_TIM8_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM8EN) == 0U)
11295 #define RCC_APB2ENR_TIM8EN RCC_APB2ENR_TIM8EN_Msk macro