Searched refs:RCC_APB2RSTR_TIM8RST (Results 1 – 2 of 2) sorted by relevance
2574 #define __HAL_RCC_TIM8_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM8RST)2621 #define __HAL_RCC_TIM8_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM8RST)
11115 #define RCC_APB2RSTR_TIM8RST RCC_APB2RSTR_TIM8RST_Msk macro