Searched refs:RCC_APB2RSTR_TIM15RST (Results 1 – 2 of 2) sorted by relevance
2579 #define __HAL_RCC_TIM15_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM15RST)2626 #define __HAL_RCC_TIM15_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM15RST)
11121 #define RCC_APB2RSTR_TIM15RST RCC_APB2RSTR_TIM15RST_Msk macro