STM32L486xx HAL User Manual
Defines
Peripheral SDMMC clock source selection
RCC Exported Constants

Defines

#define LL_RCC_SDMMC1_CLKSOURCE_NONE   0x00000000U
#define LL_RCC_SDMMC1_CLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0
#define LL_RCC_SDMMC1_CLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1
#define LL_RCC_SDMMC1_CLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

Define Documentation

#define LL_RCC_SDMMC1_CLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

MSI clock used as SDMMC1 clock source

Definition at line 554 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().

#define LL_RCC_SDMMC1_CLKSOURCE_NONE   0x00000000U

No clock used as SDMMC1 clock source

Definition at line 550 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().

#define LL_RCC_SDMMC1_CLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1

PLL clock used as SDMMC1 clock source

Definition at line 553 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().

#define LL_RCC_SDMMC1_CLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0

PLLSAI1 clock used as SDMMC1 clock source

Definition at line 552 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().