Searched refs:RCC_APB2ENR_TIM17EN (Results 1 – 3 of 3) sorted by relevance
276 #define LL_APB2_GRP1_PERIPH_TIM17 RCC_APB2ENR_TIM17EN
1522 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM17EN); \1524 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM17EN); \1601 #define __HAL_RCC_TIM17_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM17EN)2062 #define __HAL_RCC_TIM17_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM17EN) != 0U)2107 #define __HAL_RCC_TIM17_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM17EN) == 0U)
11307 #define RCC_APB2ENR_TIM17EN RCC_APB2ENR_TIM17EN_Msk macro