Searched refs:RCC_APBENR1_USART3EN (Results 1 – 13 of 13) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
| D | stm32u0xx_hal_rcc.h | 970 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN); \ 972 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN); \ 1106 #define __HAL_RCC_USART3_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) 1316 #define __HAL_RCC_USART3_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) !=… 1378 #define __HAL_RCC_USART3_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) ==…
|
| D | stm32u0xx_ll_bus.h | 121 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APBENR1_USART3EN
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
| D | stm32g0xx_hal_rcc.h | 1106 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN); \ 1108 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN); \ 1391 #define __HAL_RCC_USART3_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) 1555 #define __HAL_RCC_USART3_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) != 0U) 1619 #define __HAL_RCC_USART3_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART3EN) == 0U)
|
| D | stm32g0xx_ll_bus.h | 138 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APBENR1_USART3EN
|
| /hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
| D | stm32g070xx.h | 4501 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| D | stm32g071xx.h | 5241 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| D | stm32g081xx.h | 5489 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| D | stm32g0b0xx.h | 5547 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| D | stm32g0c1xx.h | 6844 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| D | stm32g0b1xx.h | 6596 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| /hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
| D | stm32u031xx.h | 5396 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| D | stm32u083xx.h | 6224 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|
| D | stm32u073xx.h | 5960 #define RCC_APBENR1_USART3EN RCC_APBENR1_USART3EN_Msk macro
|