Searched refs:RCC_APB1RSTR1_UART4RST (Results 1 – 2 of 2) sorted by relevance
2405 #define __HAL_RCC_UART4_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART4RST)2500 #define __HAL_RCC_UART4_RELEASE_RESET() CLEAR_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART4RST)
11060 #define RCC_APB1RSTR1_UART4RST RCC_APB1RSTR1_UART4RST_Msk macro