Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR1_USART2EN (Results 1 – 25 of 81) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h870 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…
Dstm32wbaxx_ll_bus.h140 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc.h909 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…
Dstm32g4xx_ll_bus.h149 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h1019 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…
Dstm32l5xx_ll_bus.h136 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h1171 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…
Dstm32l4xx_ll_bus.h193 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc.h1523 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…
Dstm32u5xx_ll_bus.h224 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h176 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
Dstm32h7rsxx_hal_rcc.h1455 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/
Dstm32wlxx_ll_bus.h121 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h263 #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR1_USART2EN
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h6290 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32wle5xx.h6290 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32wl5mxx.h7167 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32wl54xx.h7167 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32wl55xx.h7167 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h7624 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32g411xc.h7798 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32g441xx.h8005 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32gbk1cb.h7761 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h6149 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro
Dstm32l412xx.h5927 #define RCC_APB1ENR1_USART2EN RCC_APB1ENR1_USART2EN_Msk macro

1234