Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_USART6EN (Results 1 – 25 of 80) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h578 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
580 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
621 #define __HAL_RCC_USART6_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_USART6EN))
640 #define __HAL_RCC_USART6_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART6EN)) != RESET)
649 #define __HAL_RCC_USART6_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART6EN)) == RESET)
Dstm32f4xx_ll_bus.h280 #define LL_APB2_GRP1_PERIPH_USART6 RCC_APB2ENR_USART6EN
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h1254 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
1256 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
1260 #define __HAL_RCC_USART6_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_USART6EN))
1683 #define __HAL_RCC_USART6_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART6EN)) != RESET)
1684 #define __HAL_RCC_USART6_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART6EN)) == RESET)
Dstm32f0xx_ll_bus.h165 #define LL_APB1_GRP2_PERIPH_USART6 RCC_APB2ENR_USART6EN
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rcc.h931 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
933 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
1003 #define __HAL_RCC_USART6_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_USART6EN))
1027 #define __HAL_RCC_USART6_IS_CLK_ENABLED() ((RCC->APB2ENR &(RCC_APB2ENR_USART6EN))!= RESET)
1041 #define __HAL_RCC_USART6_IS_CLK_DISABLED() ((RCC->APB2ENR &(RCC_APB2ENR_USART6EN))== RESET)
Dstm32f2xx_ll_bus.h164 #define LL_APB2_GRP1_PERIPH_USART6 RCC_APB2ENR_USART6EN
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h2200 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
2202 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
2323 #define __HAL_RCC_USART6_CLK_DISABLE() (RCC->APB2ENR) &= ~ (RCC_APB2ENR_USART6EN)
2357 #define __HAL_RCC_USART6_IS_CLK_ENABLED() ((RCC->APB2ENR & RCC_APB2ENR_USART6EN) != 0U)
2385 #define __HAL_RCC_USART6_IS_CLK_DISABLED() ((RCC->APB2ENR & RCC_APB2ENR_USART6EN) == 0U)
3400 SET_BIT(RCC_C1->APB2ENR, RCC_APB2ENR_USART6EN);\
3402 tmpreg = READ_BIT(RCC_C1->APB2ENR, RCC_APB2ENR_USART6EN);\
3497 #define __HAL_RCC_C1_USART6_CLK_DISABLE() (RCC_C1->APB2ENR) &= ~ (RCC_APB2ENR_USART6EN)
4430 SET_BIT(RCC_C2->APB2ENR, RCC_APB2ENR_USART6EN);\
4432 tmpreg = READ_BIT(RCC_C2->APB2ENR, RCC_APB2ENR_USART6EN);\
[all …]
Dstm32h7xx_ll_bus.h322 #define LL_APB2_GRP1_PERIPH_USART6 RCC_APB2ENR_USART6EN
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1232 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
1234 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART6EN);\
1407 #define __HAL_RCC_USART6_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_USART6EN))
1666 #define __HAL_RCC_USART6_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART6EN)) != RESET)
1707 #define __HAL_RCC_USART6_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_USART6EN)) == RESET)
Dstm32f7xx_ll_bus.h202 #define LL_APB2_GRP1_PERIPH_USART6 RCC_APB2ENR_USART6EN
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h316 #define LL_APB2_GRP1_PERIPH_USART6 RCC_APB2ENR_USART6EN
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030xc.h3402 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk /*!< USART6 clock en… macro
Dstm32f091xc.h8355 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk /*!< USART6 clock en… macro
Dstm32f098xx.h8331 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk /*!< USART6 clock en… macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h4656 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f410rx.h4660 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f401xc.h4349 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f401xe.h4349 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f411xe.h4361 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f405xx.h9736 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f412cx.h8834 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h9579 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f205xx.h9330 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9739 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro
Dstm32f722xx.h9720 #define RCC_APB2ENR_USART6EN RCC_APB2ENR_USART6EN_Msk macro

1234