Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1495 … SET_BIT(RCC->APB1HENR, RCC_APB1HENR_UART12EN); \
1497 … tmpreg = READ_BIT(RCC->APB1HENR, RCC_APB1HENR_UART12EN); \
1628 #define __HAL_RCC_UART12_CLK_DISABLE() CLEAR_BIT(RCC->APB1HENR, RCC_APB1HENR_UART12EN)
2429 #define __HAL_RCC_UART12_IS_CLK_ENABLED() (READ_BIT(RCC->APB1HENR, RCC_APB1HENR_UART12EN) != 0…
2535 #define __HAL_RCC_UART12_IS_CLK_DISABLED() (READ_BIT(RCC->APB1HENR, RCC_APB1HENR_UART12EN) == …
Dstm32h5xx_ll_bus.h284 #define LL_APB1_GRP2_PERIPH_UART12 RCC_APB1HENR_UART12EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h14136 #define RCC_APB1HENR_UART12EN RCC_APB1HENR_UART12EN_Msk macro
Dstm32h573xx.h16763 #define RCC_APB1HENR_UART12EN RCC_APB1HENR_UART12EN_Msk macro
Dstm32h563xx.h16226 #define RCC_APB1HENR_UART12EN RCC_APB1HENR_UART12EN_Msk macro