Searched refs:RCC_APB1ENR_UART4EN (Results 1 – 3 of 3) sorted by relevance
318 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART4EN);\320 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART4EN);\331 #define __HAL_RCC_UART4_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART4EN))717 #define __HAL_RCC_UART4_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART4EN)) != RESET)719 #define __HAL_RCC_UART4_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART4EN)) == RESET)
145 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR_UART4EN
4735 #define RCC_APB1ENR_UART4EN RCC_APB1ENR_UART4EN_Msk /*!< UART 4 clock en… macro