Home
last modified time | relevance | path

Searched refs:RCC_APBENR1_USART3EN (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1074 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN); \
1076 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN); \
1359 #define __HAL_RCC_USART3_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN)
1523 #define __HAL_RCC_USART3_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) != 0U)
1587 #define __HAL_RCC_USART3_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) == 0U)
Dstm32g0xx_ll_bus.h140 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APBENR1_USART3EN
/hal_stm32-2.7.6/stm32cube/stm32g0xx/soc/
Dstm32g070xx.h4399 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
Dstm32g071xx.h5143 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
Dstm32g081xx.h5391 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
Dstm32g0b0xx.h5446 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
Dstm32g0c1xx.h6750 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
Dstm32g0b1xx.h6502 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro