Searched refs:RCC_APBENR1_USART4EN (Results 1 – 13 of 13) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 978 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) ==…
|
D | stm32u0xx_ll_bus.h | 122 #define LL_APB1_GRP1_PERIPH_USART4 RCC_APBENR1_USART4EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1114 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)
|
D | stm32g0xx_ll_bus.h | 141 #define LL_APB1_GRP1_PERIPH_USART4 RCC_APBENR1_USART4EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g070xx.h | 4504 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
D | stm32g071xx.h | 5244 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
D | stm32g081xx.h | 5492 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
D | stm32g0b0xx.h | 5550 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
D | stm32g0c1xx.h | 6847 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
D | stm32g0b1xx.h | 6599 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5399 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
D | stm32u083xx.h | 6227 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|
D | stm32u073xx.h | 5963 #define RCC_APBENR1_USART4EN RCC_APBENR1_USART4EN_Msk macro
|