Searched refs:RCC_APB2ENR_TIM16EN (Results 1 – 3 of 3) sorted by relevance
274 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN
1513 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM16EN); \1515 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM16EN); \1598 #define __HAL_RCC_TIM16_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM16EN)2059 #define __HAL_RCC_TIM16_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM16EN) != 0U)2104 #define __HAL_RCC_TIM16_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM16EN) == 0U)
11304 #define RCC_APB2ENR_TIM16EN RCC_APB2ENR_TIM16EN_Msk macro