STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for System Clock Source:

Macros

#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_PLLRCLK   ((uint32_t)(RCC_CFGR_SW_0 | RCC_CFGR_SW_1))
 

Detailed Description

Note
The RCC_SYSCLKSOURCE_PLLRCLK parameter is available only for STM32F446xx devices.

Macro Definition Documentation

◆ RCC_SYSCLKSOURCE_HSI

#define RCC_SYSCLKSOURCE_HSI   RCC_CFGR_SW_HSI

#include <stm32f4xx_hal_rcc.h>

Definition at line 201 of file stm32f4xx_hal_rcc.h.

◆ RCC_SYSCLKSOURCE_HSE

#define RCC_SYSCLKSOURCE_HSE   RCC_CFGR_SW_HSE

#include <stm32f4xx_hal_rcc.h>

Definition at line 202 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().

◆ RCC_SYSCLKSOURCE_PLLCLK

#define RCC_SYSCLKSOURCE_PLLCLK   RCC_CFGR_SW_PLL

#include <stm32f4xx_hal_rcc.h>

Definition at line 203 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().

◆ RCC_SYSCLKSOURCE_PLLRCLK

#define RCC_SYSCLKSOURCE_PLLRCLK   ((uint32_t)(RCC_CFGR_SW_0 | RCC_CFGR_SW_1))

#include <stm32f4xx_hal_rcc.h>

Definition at line 204 of file stm32f4xx_hal_rcc.h.

Referenced by HAL_RCC_ClockConfig().