Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_UART10EN (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_bus.h286 #define LL_APB2_GRP1_PERIPH_UART10 RCC_APB2ENR_UART10EN
Dstm32f4xx_hal_rcc_ex.h5261 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_UART10EN);\
5263 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_UART10EN);\
5331 #define __HAL_RCC_UART10_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_UART10EN))
5359 #define __HAL_RCC_UART10_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_UART10EN)) != RESET)
5377 #define __HAL_RCC_UART10_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_UART10EN)) == RESET)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f423xx.h10148 #define RCC_APB2ENR_UART10EN RCC_APB2ENR_UART10EN_Msk macro
Dstm32f413xx.h10106 #define RCC_APB2ENR_UART10EN RCC_APB2ENR_UART10EN_Msk macro