/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc.h | 926 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 928 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 1056 #define __HAL_RCC_UART4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) 1429 #define __HAL_RCC_UART4_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) != 0U) 1489 #define __HAL_RCC_UART4_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) == 0U)
|
D | stm32g4xx_ll_bus.h | 152 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 1035 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 1037 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 1194 #define __HAL_RCC_UART4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) 1519 #define __HAL_RCC_UART4_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) != 0U) 1576 #define __HAL_RCC_UART4_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) == 0U)
|
D | stm32l5xx_ll_bus.h | 138 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1190 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 1192 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 1387 #define __HAL_RCC_UART4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) 1933 #define __HAL_RCC_UART4_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) != 0U) 2032 #define __HAL_RCC_UART4_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) == 0U)
|
D | stm32l4xx_ll_bus.h | 198 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1540 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 1542 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN); \ 1663 #define __HAL_RCC_UART4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) 2367 #define __HAL_RCC_UART4_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) != 0U) 2419 #define __HAL_RCC_UART4_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) == 0U)
|
D | stm32u5xx_ll_bus.h | 227 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 178 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
|
D | stm32h7rsxx_hal_rcc.h | 1471 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN);\ 1603 #define __HAL_RCC_UART4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) 2109 #define __HAL_RCC_UART4_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 265 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 7627 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g411xc.h | 7801 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g441xx.h | 8011 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g431xx.h | 7784 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g4a1xx.h | 8390 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g491xx.h | 8163 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g473xx.h | 8856 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g471xx.h | 8318 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g483xx.h | 9083 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32g414xx.h | 11686 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l451xx.h | 10079 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32l471xx.h | 11044 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32l452xx.h | 10151 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|
D | stm32l462xx.h | 10373 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
|