STM32H735xx HAL User Manual
Defines
System clock switch
RCC Exported Constants

Defines

#define LL_RCC_SYS_CLKSOURCE_HSI   RCC_CFGR_SW_HSI
#define LL_RCC_SYS_CLKSOURCE_CSI   RCC_CFGR_SW_CSI
#define LL_RCC_SYS_CLKSOURCE_HSE   RCC_CFGR_SW_HSE
#define LL_RCC_SYS_CLKSOURCE_PLL1   RCC_CFGR_SW_PLL1

Define Documentation

#define LL_RCC_SYS_CLKSOURCE_CSI   RCC_CFGR_SW_CSI

Definition at line 221 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_SYS_CLKSOURCE_HSE   RCC_CFGR_SW_HSE

Definition at line 222 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_SYS_CLKSOURCE_HSI   RCC_CFGR_SW_HSI

Definition at line 220 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_SYS_CLKSOURCE_PLL1   RCC_CFGR_SW_PLL1

Definition at line 223 of file stm32h7xx_ll_rcc.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().