STM32H735xx HAL User Manual
Defines
RCC PLL Clock Source
RCC Exported Constants

Defines

#define RCC_PLLSOURCE_HSI   (0x00000000U)
#define RCC_PLLSOURCE_CSI   (0x00000001U)
#define RCC_PLLSOURCE_HSE   (0x00000002U)
#define RCC_PLLSOURCE_NONE   (0x00000003U)

Define Documentation

#define RCC_PLLSOURCE_CSI   (0x00000001U)
#define RCC_PLLSOURCE_HSE   (0x00000002U)
#define RCC_PLLSOURCE_HSI   (0x00000000U)
#define RCC_PLLSOURCE_NONE   (0x00000003U)

Definition at line 266 of file stm32h7xx_hal_rcc.h.

Referenced by RCCEx_PLL2_Config(), and RCCEx_PLL3_Config().