Searched refs:RCC_APBENR1_USART5EN (Results 1 – 5 of 5) sorted by relevance
1123 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART5EN); \1125 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART5EN); \1397 #define __HAL_RCC_USART5_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART5EN)1558 #define __HAL_RCC_USART5_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART5EN) != 0U)1622 #define __HAL_RCC_USART5_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART5EN) == 0U)
116 #define LL_APB1_GRP1_PERIPH_USART5 RCC_APBENR1_USART5EN
5523 #define RCC_APBENR1_USART5EN RCC_APBENR1_USART5EN_Msk macro
6814 #define RCC_APBENR1_USART5EN RCC_APBENR1_USART5EN_Msk macro
6566 #define RCC_APBENR1_USART5EN RCC_APBENR1_USART5EN_Msk macro