Searched refs:RCC_APB1LRSTR_USART3RST (Results 1 – 2 of 2) sorted by relevance
3081 #define __HAL_RCC_USART3_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_USART3RST)3194 #define __HAL_RCC_USART3_RELEASE_RESET() CLEAR_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_USART3RST)
16359 #define RCC_APB1LRSTR_USART3RST RCC_APB1LRSTR_USART3RST_Msk macro