Home
last modified time | relevance | path

Searched refs:RCC_APB1HENR_UART9EN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1485 SET_BIT(RCC->APB1HENR, RCC_APB1HENR_UART9EN); \
1487 … tmpreg = READ_BIT(RCC->APB1HENR, RCC_APB1HENR_UART9EN); \
1624 #define __HAL_RCC_UART9_CLK_DISABLE() CLEAR_BIT(RCC->APB1HENR, RCC_APB1HENR_UART9EN)
2425 #define __HAL_RCC_UART9_IS_CLK_ENABLED() (READ_BIT(RCC->APB1HENR, RCC_APB1HENR_UART9EN) != 0U)
2531 #define __HAL_RCC_UART9_IS_CLK_DISABLED() (READ_BIT(RCC->APB1HENR, RCC_APB1HENR_UART9EN) == 0…
Dstm32h5xx_ll_bus.h281 #define LL_APB1_GRP2_PERIPH_UART9 RCC_APB1HENR_UART9EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h14133 #define RCC_APB1HENR_UART9EN RCC_APB1HENR_UART9EN_Msk macro
Dstm32h573xx.h16760 #define RCC_APB1HENR_UART9EN RCC_APB1HENR_UART9EN_Msk macro
Dstm32h563xx.h16223 #define RCC_APB1HENR_UART9EN RCC_APB1HENR_UART9EN_Msk macro