STM32F479xx HAL User Manual
Defines
RCC CLK48 Clock Source
RCCEx Exported Constants

Defines

#define RCC_CLK48CLKSOURCE_PLLQ   0x00000000U
#define RCC_CLK48CLKSOURCE_PLLSAIP   ((uint32_t)RCC_DCKCFGR_CK48MSEL)

Define Documentation

#define RCC_CLK48CLKSOURCE_PLLQ   0x00000000U

Definition at line 605 of file stm32f4xx_hal_rcc_ex.h.

#define RCC_CLK48CLKSOURCE_PLLSAIP   ((uint32_t)RCC_DCKCFGR_CK48MSEL)

Definition at line 606 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().