Searched refs:RCC_APB2ENR_USART8EN (Results 1 – 4 of 4) sorted by relevance
1275 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USART8EN);\1277 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART8EN);\1282 #define __HAL_RCC_USART8_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_USART8EN))1691 #define __HAL_RCC_USART8_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART8EN)) != RESET)1693 #define __HAL_RCC_USART8_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART8EN)) == RESET)
159 #define LL_APB1_GRP2_PERIPH_USART8 RCC_APB2ENR_USART8EN
8361 #define RCC_APB2ENR_USART8EN RCC_APB2ENR_USART8EN_Msk /*!< USART8 clock en… macro
8337 #define RCC_APB2ENR_USART8EN RCC_APB2ENR_USART8EN_Msk /*!< USART8 clock en… macro