Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR1_UART4EN (Results 1 – 25 of 63) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc.h926 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)
Dstm32g4xx_ll_bus.h152 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h1035 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)
Dstm32l5xx_ll_bus.h138 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h1190 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)
Dstm32l4xx_ll_bus.h198 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc.h1540 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)
Dstm32u5xx_ll_bus.h227 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h178 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
Dstm32h7rsxx_hal_rcc.h1471 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/
Dstm32n6xx_ll_bus.h265 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR1_UART4EN
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h7627 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g411xc.h7801 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g441xx.h8011 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g431xx.h7784 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g4a1xx.h8390 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g491xx.h8163 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g473xx.h8856 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g471xx.h8318 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g483xx.h9083 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32g414xx.h11686 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l451xx.h10079 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32l471xx.h11044 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32l452xx.h10151 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro
Dstm32l462xx.h10373 #define RCC_APB1ENR1_UART4EN RCC_APB1ENR1_UART4EN_Msk macro

123