Searched refs:RCC_APB1ENR1_USART3EN (Results 1 – 3 of 3) sorted by relevance
210 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR1_USART3EN
1170 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN); \1172 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN); \1373 #define __HAL_RCC_USART3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN)1871 #define __HAL_RCC_USART3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN) != 0…1970 #define __HAL_RCC_USART3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN) == 0…
11234 #define RCC_APB1ENR1_USART3EN RCC_APB1ENR1_USART3EN_Msk macro