Home
last modified time | relevance | path

Searched refs:RCC_APBENR1_USART4EN (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h978 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN); \
980 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN); \
1108 #define __HAL_RCC_USART4_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN)
1318 #define __HAL_RCC_USART4_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN) !=…
1380 #define __HAL_RCC_USART4_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN) ==…
Dstm32u0xx_ll_bus.h122 #define LL_APB1_GRP1_PERIPH_USART4 RCC_APBENR1_USART4EN
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1114 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN); \
1116 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN); \
1394 #define __HAL_RCC_USART4_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN)
1556 #define __HAL_RCC_USART4_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN) != 0U)
1620 #define __HAL_RCC_USART4_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART4EN) == 0U)
Dstm32g0xx_ll_bus.h141 #define LL_APB1_GRP1_PERIPH_USART4 RCC_APBENR1_USART4EN
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g070xx.h4504 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
Dstm32g071xx.h5244 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
Dstm32g081xx.h5492 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
Dstm32g0b0xx.h5550 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
Dstm32g0c1xx.h6847 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
Dstm32g0b1xx.h6599 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h5399 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
Dstm32u083xx.h6227 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
Dstm32u073xx.h5963 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro