Searched refs:RCC_APB2RSTR_TIM16RST (Results 1 – 2 of 2) sorted by relevance
2581 #define __HAL_RCC_TIM16_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM16RST)2628 #define __HAL_RCC_TIM16_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM16RST)
11124 #define RCC_APB2RSTR_TIM16RST RCC_APB2RSTR_TIM16RST_Msk macro