Home
last modified time | relevance | path

Searched refs:RCC_APB4ENR_LPUART1EN (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h2426 SET_BIT(RCC->APB4ENR, RCC_APB4ENR_LPUART1EN);\
2428 tmpreg = READ_BIT(RCC->APB4ENR, RCC_APB4ENR_LPUART1EN);\
2549 #define __HAL_RCC_LPUART1_CLK_DISABLE() (RCC->APB4ENR) &= ~ (RCC_APB4ENR_LPUART1EN)
2583 #define __HAL_RCC_LPUART1_IS_CLK_ENABLED() ((RCC->APB4ENR & RCC_APB4ENR_LPUART1EN) != 0U)
2611 #define __HAL_RCC_LPUART1_IS_CLK_DISABLED() ((RCC->APB4ENR & RCC_APB4ENR_LPUART1EN) == 0U)
3526 SET_BIT(RCC_C1->APB4ENR, RCC_APB4ENR_LPUART1EN);\
3528 tmpreg = READ_BIT(RCC_C1->APB4ENR, RCC_APB4ENR_LPUART1EN);\
3615 #define __HAL_RCC_C1_LPUART1_CLK_DISABLE() (RCC_C1->APB4ENR) &= ~ (RCC_APB4ENR_LPUART1EN)
4556 SET_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_LPUART1EN);\
4558 tmpreg = READ_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_LPUART1EN);\
[all …]
Dstm32h7xx_ll_bus.h355 #define LL_APB4_GRP1_PERIPH_LPUART1 RCC_APB4ENR_LPUART1EN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h224 #define LL_APB4_GRP1_PERIPH_LPUART1 RCC_APB4ENR_LPUART1EN
Dstm32h7rsxx_hal_rcc.h1773 SET_BIT(RCC->APB4ENR, RCC_APB4ENR_LPUART1EN);\
1845 #define __HAL_RCC_LPUART1_CLK_DISABLE() CLEAR_BIT(RCC->APB4ENR, RCC_APB4ENR_LPUART1EN)
2183 #define __HAL_RCC_LPUART1_IS_CLK_ENABLED() (READ_BIT(RCC->APB4ENR, RCC_APB4ENR_LPUART1EN) != 0U)
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13786 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7b0xx.h14242 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7b0xxq.h14254 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7a3xxq.h13798 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7b3xx.h14249 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7b3xxq.h14261 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h730xxq.h16115 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h733xx.h16103 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h725xx.h15652 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h730xx.h16103 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h735xx.h16115 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h742xx.h14978 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h723xx.h15640 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h750xx.h15883 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h753xx.h15889 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h745xx.h16216 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h745xg.h16216 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h16167 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7s7xx.h17234 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7s3xx.h16811 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro
Dstm32h7r7xx.h16588 #define RCC_APB4ENR_LPUART1EN RCC_APB4ENR_LPUART1EN_Msk macro

12