STM32L443xx HAL User Manual
|
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 RCC_SYSCLKSOURCE_HSE RCC_CFGR_SW_HSE |
HSE selection as system clock
Definition at line 435 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 434 of file stm32l4xx_hal_rcc.h.
#define RCC_SYSCLKSOURCE_MSI RCC_CFGR_SW_MSI |
MSI selection as system clock
Definition at line 433 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 436 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_ClockConfig().