STM32F479xx HAL User Manual
Defines
Peripheral 48Mhz domain clock source selection
RCC Exported Constants

Defines

#define LL_RCC_CK48M_CLKSOURCE_PLL   0x00000000U
#define LL_RCC_CK48M_CLKSOURCE_PLLSAI   RCC_DCKCFGR_CK48MSEL

Define Documentation

#define LL_RCC_CK48M_CLKSOURCE_PLL   0x00000000U

PLL oscillator clock used as 48Mhz domain clock

Definition at line 487 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDIOClockFreq().

#define LL_RCC_CK48M_CLKSOURCE_PLLSAI   RCC_DCKCFGR_CK48MSEL

PLLSAI oscillator clock used as 48Mhz domain clock

Definition at line 488 of file stm32f4xx_ll_rcc.h.

Referenced by LL_RCC_GetSDIOClockFreq().