Searched refs:RCC_APB1LRSTR_USART2RST (Results 1 – 2 of 2) sorted by relevance
3079 #define __HAL_RCC_USART2_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_USART2RST)3192 #define __HAL_RCC_USART2_RELEASE_RESET() CLEAR_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_USART2RST)
16356 #define RCC_APB1LRSTR_USART2RST RCC_APB1LRSTR_USART2RST_Msk macro