Searched refs:RCC_APB2RSTR_TIM1RST (Results 1 – 2 of 2) sorted by relevance
2569 #define __HAL_RCC_TIM1_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM1RST)2616 #define __HAL_RCC_TIM1_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM1RST)
11109 #define RCC_APB2RSTR_TIM1RST RCC_APB2RSTR_TIM1RST_Msk macro