Home
last modified time | relevance | path

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

12

/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h1407 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART8EN);\
1409 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART8EN);\
1464 #define __HAL_RCC_UART8_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART8EN))
1493 #define __HAL_RCC_UART8_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART8EN)) != RESET)
1512 #define __HAL_RCC_UART8_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART8EN)) == RESET)
5077 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART8EN);\
5079 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART8EN);\
5110 #define __HAL_RCC_UART8_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART8EN))
5150 #define __HAL_RCC_UART8_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART8EN)) != RESET)
5179 #define __HAL_RCC_UART8_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART8EN)) == RESET)
Dstm32f4xx_ll_bus.h264 #define LL_APB1_GRP1_PERIPH_UART8 RCC_APB1ENR_UART8EN
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1118 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART8EN);\
1120 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART8EN);\
1191 #define __HAL_RCC_UART8_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART8EN))
1598 #define __HAL_RCC_UART8_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART8EN)) != RESET)
1625 #define __HAL_RCC_UART8_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART8EN)) == RESET)
Dstm32f7xx_ll_bus.h187 #define LL_APB1_GRP1_PERIPH_UART8 RCC_APB1ENR_UART8EN
/hal_stm32-3.6.0/stm32cube/stm32f4xx/soc/
Dstm32f413xx.h10086 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f423xx.h10128 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f427xx.h10813 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f437xx.h11106 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f439xx.h11448 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f429xx.h11160 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f479xx.h14464 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f469xx.h14173 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
/hal_stm32-3.6.0/stm32cube/stm32f7xx/soc/
Dstm32f722xx.h9706 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f723xx.h9725 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f733xx.h9945 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f730xx.h9945 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f732xx.h9926 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f746xx.h10905 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f745xx.h10563 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f765xx.h11094 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f750xx.h11192 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f756xx.h11192 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f767xx.h11479 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f777xx.h11766 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro
Dstm32f779xx.h11852 #define RCC_APB1ENR_UART8EN RCC_APB1ENR_UART8EN_Msk macro

12