Home
last modified time | relevance | path

Searched refs:RCC_APBENR1_USART6EN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1133 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN); \
1135 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN); \
1400 #define __HAL_RCC_USART6_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN)
1561 #define __HAL_RCC_USART6_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN) != 0U)
1625 #define __HAL_RCC_USART6_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART6EN) == 0U)
Dstm32g0xx_ll_bus.h119 #define LL_APB1_GRP1_PERIPH_USART6 RCC_APBENR1_USART6EN
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h5526 #define RCC_APBENR1_USART6EN RCC_APBENR1_USART6EN_Msk macro
Dstm32g0c1xx.h6817 #define RCC_APBENR1_USART6EN RCC_APBENR1_USART6EN_Msk macro
Dstm32g0b1xx.h6569 #define RCC_APBENR1_USART6EN RCC_APBENR1_USART6EN_Msk macro