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

Defines

#define LL_RCC_SDMMC_CLKSOURCE_PLL1Q   (0x00000000U)
#define LL_RCC_SDMMC_CLKSOURCE_PLL2R   (RCC_D1CCIPR_SDMMCSEL)

Define Documentation

#define LL_RCC_SDMMC_CLKSOURCE_PLL1Q   (0x00000000U)

Definition at line 780 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().

#define LL_RCC_SDMMC_CLKSOURCE_PLL2R   (RCC_D1CCIPR_SDMMCSEL)

Definition at line 781 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetSDMMCClockFreq().