Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1445 … SET_BIT(RCC->APB1LENR, RCC_APB1LENR_USART11EN); \
1447 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_USART11EN); \
1607 #define __HAL_RCC_USART11_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_USART11EN)
2408 #define __HAL_RCC_USART11_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_USART11EN) != …
2514 #define __HAL_RCC_USART11_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_USART11EN) ==…
Dstm32h5xx_ll_bus.h256 #define LL_APB1_GRP1_PERIPH_USART11 RCC_APB1LENR_USART11EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h14119 #define RCC_APB1LENR_USART11EN RCC_APB1LENR_USART11EN_Msk macro
Dstm32h573xx.h16746 #define RCC_APB1LENR_USART11EN RCC_APB1LENR_USART11EN_Msk macro
Dstm32h563xx.h16209 #define RCC_APB1LENR_USART11EN RCC_APB1LENR_USART11EN_Msk macro