Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR_USART3EN (Results 1 – 25 of 103) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h802 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
804 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
833 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
936 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != RESET)
945 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == RESET)
Dstm32f3xx_ll_bus.h149 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h1146 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
1148 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
1160 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
1625 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != RESET)
1628 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == RESET)
Dstm32f0xx_ll_bus.h120 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h1358 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
1360 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
1457 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
1486 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != RESET)
1505 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == RESET)
2387 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
2389 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
2472 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
2499 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != RESET)
2516 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == RESET)
[all …]
Dstm32f4xx_ll_bus.h228 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc.h777 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
779 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
834 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
1149 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != 0U)
1164 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == 0U)
Dstm32l1xx_ll_bus.h125 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h812 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
814 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
828 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
1084 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != RESET)
1085 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == RESET)
Dstm32f1xx_ll_bus.h160 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rcc.h747 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
749 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
829 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
863 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR &(RCC_APB1ENR_USART3EN))!= RESET)
887 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR &(RCC_APB1ENR_USART3EN))== RESET)
Dstm32f2xx_ll_bus.h143 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1046 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
1048 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
1182 #define __HAL_RCC_USART3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USART3EN))
1599 #define __HAL_RCC_USART3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) != RESET)
1626 #define __HAL_RCC_USART3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USART3EN)) == RESET)
Dstm32f7xx_ll_bus.h165 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101xb.h1222 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
Dstm32f100xb.h1312 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
Dstm32f100xe.h1620 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
Dstm32f101xg.h1642 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
Dstm32f101xe.h1590 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
Dstm32f102xb.h1260 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030xc.h3456 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART3 clock en… macro
Dstm32f070xb.h3315 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART3 clock en… macro
Dstm32f071xb.h4166 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART3 clock en… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h4343 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro
Dstm32l152xba.h4351 #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock e… macro

12345