Searched refs:RCC_APB2ENR_UART10EN (Results 1 – 4 of 4) sorted by relevance
286 #define LL_APB2_GRP1_PERIPH_UART10 RCC_APB2ENR_UART10EN
5261 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)
10148 #define RCC_APB2ENR_UART10EN RCC_APB2ENR_UART10EN_Msk macro
10106 #define RCC_APB2ENR_UART10EN RCC_APB2ENR_UART10EN_Msk macro