Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR_UART7EN (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h1400 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART7EN);\
1402 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART7EN);\
1463 #define __HAL_RCC_UART7_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART7EN))
1492 #define __HAL_RCC_UART7_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART7EN)) != RESET)
1511 #define __HAL_RCC_UART7_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART7EN)) == RESET)
5123 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART7EN);\
5125 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART7EN);\
5162 #define __HAL_RCC_UART7_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART7EN))
5202 #define __HAL_RCC_UART7_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART7EN)) != RESET)
5231 #define __HAL_RCC_UART7_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART7EN)) == RESET)
Dstm32f4xx_ll_bus.h261 #define LL_APB1_GRP1_PERIPH_UART7 RCC_APB1ENR_UART7EN
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1110 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART7EN);\
1112 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART7EN);\
1190 #define __HAL_RCC_UART7_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART7EN))
1607 #define __HAL_RCC_UART7_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART7EN)) != RESET)
1634 #define __HAL_RCC_UART7_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART7EN)) == RESET)
Dstm32f7xx_ll_bus.h186 #define LL_APB1_GRP1_PERIPH_UART7 RCC_APB1ENR_UART7EN
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9722 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f722xx.h9703 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f730xx.h9942 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f733xx.h9942 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f732xx.h9923 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f750xx.h11189 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f745xx.h10560 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f756xx.h11189 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f746xx.h10902 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f765xx.h11091 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f777xx.h11763 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f767xx.h11476 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f779xx.h11849 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f423xx.h10125 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f413xx.h10083 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f427xx.h10810 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f429xx.h11157 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f439xx.h11445 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f437xx.h11103 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f469xx.h14170 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro
Dstm32f479xx.h14461 #define RCC_APB1ENR_UART7EN RCC_APB1ENR_UART7EN_Msk macro

12