/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 862 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN); \ 864 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN); \ 916 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) 1076 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) != 0U) 1099 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 103 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APBENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 962 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN); \ 964 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN); \ 1104 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) 1314 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) !=… 1376 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) ==…
|
D | stm32u0xx_ll_bus.h | 120 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APBENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1098 SET_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN); \ 1100 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN); \ 1389 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) 1554 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) != 0U) 1618 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USART2EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 136 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APBENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4096 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32c031xx.h | 4256 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32c071xx.h | 4721 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4329 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g050xx.h | 4363 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g070xx.h | 4498 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g031xx.h | 4534 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g041xx.h | 4782 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g051xx.h | 4888 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g061xx.h | 5136 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g071xx.h | 5238 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g081xx.h | 5486 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g0b0xx.h | 5544 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g0c1xx.h | 6841 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32g0b1xx.h | 6593 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5393 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32u083xx.h | 6221 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|
D | stm32u073xx.h | 5957 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk macro
|