Searched refs:RCC_APB1RSTR1_USART2RST (Results 1 – 2 of 2) sorted by relevance
2398 #define __HAL_RCC_USART2_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_USART2RST)2493 #define __HAL_RCC_USART2_RELEASE_RESET() CLEAR_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_USART2RST)
11054 #define RCC_APB1RSTR1_USART2RST RCC_APB1RSTR1_USART2RST_Msk macro