STM32L486xx HAL User Manual
Defines
SDMMC1 Clock Source
RCCEx Exported Constants

Defines

#define RCC_SDMMC1CLKSOURCE_NONE   0x00000000U
#define RCC_SDMMC1CLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0
#define RCC_SDMMC1CLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1
#define RCC_SDMMC1CLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

Define Documentation

#define RCC_SDMMC1CLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

MSI clock selected as SDMMC1 clock

Definition at line 604 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_SDMMC1CLKSOURCE_NONE   0x00000000U

No clock selected as SDMMC1 clock

Definition at line 600 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_SDMMC1CLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1

PLL "Q" clock selected as SDMMC1 clock

Definition at line 603 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().

#define RCC_SDMMC1CLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0

PLLSAI1 "Q" clock selected as SDMMC1 clock

Definition at line 602 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().