Searched refs:RCC_APB1LENR_UART8EN (Results 1 – 25 of 29) sorted by relevance
12
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 1966 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_UART8EN);\ 1968 tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_UART8EN);\ 2063 #define __HAL_RCC_UART8_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART8EN) 2112 #define __HAL_RCC_UART8_IS_CLK_ENABLED() ((RCC->APB1LENR & RCC_APB1LENR_UART8EN) != 0U) 2154 #define __HAL_RCC_UART8_IS_CLK_DISABLED() ((RCC->APB1LENR & RCC_APB1LENR_UART8EN) == 0U) 3290 SET_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_UART8EN);\ 3292 tmpreg = READ_BIT(RCC_C1->APB1LENR, RCC_APB1LENR_UART8EN);\ 3361 #define __HAL_RCC_C1_UART8_CLK_DISABLE() (RCC_C1->APB1LENR) &= ~ (RCC_APB1LENR_UART8EN) 4320 SET_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_UART8EN);\ 4322 tmpreg = READ_BIT(RCC_C2->APB1LENR, RCC_APB1LENR_UART8EN);\ [all …]
|
D | stm32h7xx_ll_bus.h | 291 #define LL_APB1_GRP1_PERIPH_UART8 RCC_APB1LENR_UART8EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1475 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_UART8EN); \ 1477 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_UART8EN); \ 1619 #define __HAL_RCC_UART8_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_UART8EN) 2420 #define __HAL_RCC_UART8_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_UART8EN) != 0U) 2526 #define __HAL_RCC_UART8_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_UART8EN) == 0…
|
D | stm32h5xx_ll_bus.h | 265 #define LL_APB1_GRP1_PERIPH_UART8 RCC_APB1LENR_UART8EN
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 13710 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h7b0xx.h | 14166 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h7b0xxq.h | 14178 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h7a3xxq.h | 13722 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h7b3xx.h | 14173 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h7b3xxq.h | 14185 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h730xxq.h | 16036 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h733xx.h | 16024 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h725xx.h | 15573 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h730xx.h | 16024 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h735xx.h | 16036 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h742xx.h | 14902 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h723xx.h | 15561 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h750xx.h | 15807 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h753xx.h | 15813 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h745xx.h | 16140 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h745xg.h | 16140 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h743xx.h | 15538 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h562xx.h | 14128 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h573xx.h | 16755 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
D | stm32h563xx.h | 16218 #define RCC_APB1LENR_UART8EN RCC_APB1LENR_UART8EN_Msk macro
|
12