Searched refs:RCC_APB2ENR_TIM15EN (Results 1 – 3 of 3) sorted by relevance
273 #define LL_APB2_GRP1_PERIPH_TIM15 RCC_APB2ENR_TIM15EN
1505 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM15EN); \1507 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM15EN); \1596 #define __HAL_RCC_TIM15_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM15EN)2057 #define __HAL_RCC_TIM15_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM15EN) != 0U)2102 #define __HAL_RCC_TIM15_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM15EN) == 0U)
11301 #define RCC_APB2ENR_TIM15EN RCC_APB2ENR_TIM15EN_Msk macro