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

SystemClock_Config() function

System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSI) SYSCLK(Hz) = 100000000 HCLK(Hz) = 100000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 HSI Frequency(Hz) = 16000000 PLL_M = 16 PLL_N = 400 PLL_P = 4 PLL_Q = 7 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 3

Syntax

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

Return value

None

References

LocationReferrerText
main.c:218
static void SystemClock_Config(void)
main.c:52
static void SystemClock_Config(void);
main.c:77main()
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()
uint32_t
all items filtered out