Searched refs:RCC_APB1ENR1_UART5EN (Results 1 – 3 of 3) sorted by relevance
216 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR1_UART5EN
1190 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \1192 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \1381 #define __HAL_RCC_UART5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN)1879 #define __HAL_RCC_UART5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) != 0U)1978 #define __HAL_RCC_UART5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) == 0U)
11240 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro