SystemClock_Config() is only used within HAL_TimeBase_RTC_ALARM.
 
Symbols
loading...
Files
loading...

SystemClock_Config() function

System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 180000000 HCLK(Hz) = 180000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 360 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 5

Syntax

static void SystemClock_Config(void);
Implemented in main.c:120

Return value

None

References

LocationReferrerText
main.c:120
static void SystemClock_Config(void)
main.c:34
static void SystemClock_Config(void);
main.c:48main()
SystemClock_Config();

Call Tree

Functions calling SystemClock_Config()
Functions called by SystemClock_Config()
all items filtered out
SystemClock_Config()
Type of SystemClock_Config()
SystemClock_Config()