Searched refs:RCC_APB1ENR_UART5EN (Results 1 – 3 of 3) sorted by relevance
325 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART5EN);\327 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART5EN);\332 #define __HAL_RCC_UART5_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART5EN))718 #define __HAL_RCC_UART5_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART5EN)) != RESET)720 #define __HAL_RCC_UART5_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART5EN)) == RESET)
148 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR_UART5EN
4738 #define RCC_APB1ENR_UART5EN RCC_APB1ENR_UART5EN_Msk /*!< UART 5 clock en… macro