Searched refs:RCC_APB2ENR_USART7EN (Results 1 – 4 of 4) sorted by relevance
1268 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USART7EN);\1270 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART7EN);\1281 #define __HAL_RCC_USART7_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_USART7EN))1690 #define __HAL_RCC_USART7_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART7EN)) != RESET)1692 #define __HAL_RCC_USART7_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART7EN)) == RESET)
162 #define LL_APB1_GRP2_PERIPH_USART7 RCC_APB2ENR_USART7EN
8358 #define RCC_APB2ENR_USART7EN RCC_APB2ENR_USART7EN_Msk /*!< USART7 clock en… macro
8334 #define RCC_APB2ENR_USART7EN RCC_APB2ENR_USART7EN_Msk /*!< USART7 clock en… macro