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

Defines

#define LL_RCC_SDMMC1_CLKSOURCE_HSI48   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_HSI48   0x00000000U

HSI48 clock used as SDMMC1 clock source

Definition at line 525 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().

#define LL_RCC_SDMMC1_CLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

MSI clock used as SDMMC1 clock source

Definition at line 533 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 532 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 530 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().