Searched refs:RCC_APB1ENR1_UART4EN (Results 1 – 3 of 3) sorted by relevance
213 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
1180 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \1182 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \1377 #define __HAL_RCC_UART4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN)1875 #define __HAL_RCC_UART4_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) != 0U)1974 #define __HAL_RCC_UART4_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) == 0U)
11237 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro