Searched refs:RCC_APB1RSTR1_USART3RST (Results 1 – 2 of 2) sorted by relevance
2401 #define __HAL_RCC_USART3_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_USART3RST)2496 #define __HAL_RCC_USART3_RELEASE_RESET() CLEAR_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_USART3RST)
11057 #define RCC_APB1RSTR1_USART3RST RCC_APB1RSTR1_USART3RST_Msk macro