Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_USART7EN (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h1268 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)
Dstm32f0xx_ll_bus.h162 #define LL_APB1_GRP2_PERIPH_USART7 RCC_APB2ENR_USART7EN
/hal_stm32-3.7.0/stm32cube/stm32f0xx/soc/
Dstm32f091xc.h8358 #define RCC_APB2ENR_USART7EN RCC_APB2ENR_USART7EN_Msk /*!< USART7 clock en… macro
Dstm32f098xx.h8334 #define RCC_APB2ENR_USART7EN RCC_APB2ENR_USART7EN_Msk /*!< USART7 clock en… macro