Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h1275 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)
Dstm32f0xx_ll_bus.h159 #define LL_APB1_GRP2_PERIPH_USART8 RCC_APB2ENR_USART8EN
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f091xc.h8361 #define RCC_APB2ENR_USART8EN RCC_APB2ENR_USART8EN_Msk /*!< USART8 clock en… macro
Dstm32f098xx.h8337 #define RCC_APB2ENR_USART8EN RCC_APB2ENR_USART8EN_Msk /*!< USART8 clock en… macro