Searched refs:RCC_APB1RSTR1_UART5RST (Results 1 – 2 of 2) sorted by relevance
2409 #define __HAL_RCC_UART5_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART5RST)2504 #define __HAL_RCC_UART5_RELEASE_RESET() CLEAR_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART5RST)
11063 #define RCC_APB1RSTR1_UART5RST RCC_APB1RSTR1_UART5RST_Msk macro