Searched refs:RCC_APB1ENR1_USART2EN (Results 1 – 3 of 3) sorted by relevance
208 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
1161 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \1163 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \1370 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN)1868 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) != 0…1967 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) == 0…
11231 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro