Searched refs:RCC_APBENR1_USART6EN (Results 1 – 5 of 5) sorted by relevance
1101 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN); \1103 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN); \1368 #define __HAL_RCC_USART6_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN)1529 #define __HAL_RCC_USART6_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN) != 0U)1593 #define __HAL_RCC_USART6_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN) == 0U)
121 #define LL_APB1_GRP1_PERIPH_USART6 RCC_APBENR1_USART6EN
5425 #define RCC_APBENR1_USART6EN RCC_APBENR1_USART6EN_Msk macro
6723 #define RCC_APBENR1_USART6EN RCC_APBENR1_USART6EN_Msk macro
6475 #define RCC_APBENR1_USART6EN RCC_APBENR1_USART6EN_Msk macro