STM32L486xx HAL User Manual
Defines
System Clock Source
RCC Exported Constants

Defines

#define RCC_SYSCLKSOURCE_MSI   RCC_CFGR_SW_MSI
#define RCC_SYSCLKSOURCE_HSI   RCC_CFGR_SW_HSI
#define RCC_SYSCLKSOURCE_HSE   RCC_CFGR_SW_HSE
#define RCC_SYSCLKSOURCE_PLLCLK   RCC_CFGR_SW_PLL

Define Documentation

#define RCC_SYSCLKSOURCE_HSE   RCC_CFGR_SW_HSE

HSE selection as system clock

Definition at line 427 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().

#define RCC_SYSCLKSOURCE_HSI   RCC_CFGR_SW_HSI

HSI selection as system clock

Definition at line 426 of file stm32l4xx_hal_rcc.h.

#define RCC_SYSCLKSOURCE_MSI   RCC_CFGR_SW_MSI

MSI selection as system clock

Definition at line 425 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().

#define RCC_SYSCLKSOURCE_PLLCLK   RCC_CFGR_SW_PLL

PLL selection as system clock

Definition at line 428 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().