Searched refs:RCC_APB1ENR_USART3EN (Results 1 – 6 of 6) sorted by relevance
795 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\797 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\852 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))1167 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != RESET)1182 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == RESET)
143 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
4227 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
4644 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
4732 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro