/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc.h | 936 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 938 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 1060 #define __HAL_RCC_UART5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) 1433 #define __HAL_RCC_UART5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) != 0U) 1493 #define __HAL_RCC_UART5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) == 0U)
|
D | stm32g4xx_ll_bus.h | 155 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR1_UART5EN
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 1043 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 1045 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 1196 #define __HAL_RCC_UART5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) 1521 #define __HAL_RCC_UART5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) != 0U) 1578 #define __HAL_RCC_UART5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) == 0U)
|
D | stm32l5xx_ll_bus.h | 139 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR1_UART5EN
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1200 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 1202 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 1391 #define __HAL_RCC_UART5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) 1937 #define __HAL_RCC_UART5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) != 0U) 2036 #define __HAL_RCC_UART5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) == 0U)
|
D | stm32l4xx_ll_bus.h | 201 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR1_UART5EN
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1548 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 1550 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN); \ 1665 #define __HAL_RCC_UART5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) 2369 #define __HAL_RCC_UART5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) != 0U) 2421 #define __HAL_RCC_UART5_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) == 0U)
|
D | stm32u5xx_ll_bus.h | 228 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR1_UART5EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 179 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR1_UART5EN
|
D | stm32h7rsxx_hal_rcc.h | 1479 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN);\ 1605 #define __HAL_RCC_UART5_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) 2111 #define __HAL_RCC_UART5_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART5EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 266 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR1_UART5EN
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g4a1xx.h | 8393 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32g491xx.h | 8166 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32g473xx.h | 8859 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32g471xx.h | 8321 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32g483xx.h | 9086 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32g414xx.h | 11689 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32g474xx.h | 12432 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32g484xx.h | 12659 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l471xx.h | 11047 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32l475xx.h | 11211 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32l476xx.h | 11246 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32l486xx.h | 11462 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32l485xx.h | 11433 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|
D | stm32l4a6xx.h | 12595 #define RCC_APB1ENR1_UART5EN RCC_APB1ENR1_UART5EN_Msk macro
|