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

Defines

#define RCC_SYSCLKSOURCE_CSI   RCC_CFGR_SW_CSI
#define RCC_SYSCLKSOURCE_HSI   RCC_CFGR_SW_HSI
#define RCC_SYSCLKSOURCE_HSE   RCC_CFGR_SW_HSE
#define RCC_SYSCLKSOURCE_PLLCLK   RCC_CFGR_SW_PLL1

Define Documentation

#define RCC_SYSCLKSOURCE_CSI   RCC_CFGR_SW_CSI

Definition at line 326 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().

#define RCC_SYSCLKSOURCE_HSE   RCC_CFGR_SW_HSE

Definition at line 328 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().

#define RCC_SYSCLKSOURCE_HSI   RCC_CFGR_SW_HSI

Definition at line 327 of file stm32h7xx_hal_rcc.h.

#define RCC_SYSCLKSOURCE_PLLCLK   RCC_CFGR_SW_PLL1

Definition at line 329 of file stm32h7xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().