Searched defs:__HAL_RCC_TIM20_CLK_DISABLE (Results 1 – 2 of 2) sorted by relevance
1222 #define __HAL_RCC_TIM20_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM20EN) macro
2440 #define __HAL_RCC_TIM20_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_TIM20EN)) macro