Searched refs:RCC_APB2RSTR_TIM17RST (Results 1 – 2 of 2) sorted by relevance
2584 #define __HAL_RCC_TIM17_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM17RST)2631 #define __HAL_RCC_TIM17_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM17RST)
11127 #define RCC_APB2RSTR_TIM17RST RCC_APB2RSTR_TIM17RST_Msk macro