/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc.h | 870 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 872 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 905 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) 1148 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) != 0…
|
D | stm32wbaxx_ll_bus.h | 140 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc.h | 909 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 911 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 1051 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) 1424 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) != 0… 1484 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) == 0…
|
D | stm32g4xx_ll_bus.h | 149 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 1019 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 1021 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 1190 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) 1515 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) != 0… 1572 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) == 0…
|
D | stm32l5xx_ll_bus.h | 136 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1171 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 1173 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 1380 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) 1926 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) != 0… 2025 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) == 0…
|
D | stm32l4xx_ll_bus.h | 193 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1523 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 1525 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN); \ 1658 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) 2362 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) != 0… 2414 #define __HAL_RCC_USART2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) == 0…
|
D | stm32u5xx_ll_bus.h | 224 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 176 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
D | stm32h7rsxx_hal_rcc.h | 1455 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN);\ 1599 #define __HAL_RCC_USART2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) 2105 #define __HAL_RCC_USART2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART2EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_bus.h | 121 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 263 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 6290 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32wle5xx.h | 6290 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32wl5mxx.h | 7167 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32wl54xx.h | 7167 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32wl55xx.h | 7167 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 7624 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32g411xc.h | 7798 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32g441xx.h | 8005 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32gbk1cb.h | 7761 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 6149 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|
D | stm32l412xx.h | 5927 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
|