RCC_ClockConfig
SystemClockHSI_Config()
is only used within RCC_ClockConfig.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
RCC_ClockConfig
SystemClockHSI_Config()
SystemClockHSI_Config() function
Switch the PLL source from HSE to HSI, and select the PLL as SYSCLK source. The system Clock is configured as follows : System Clock source = PLL (HSI) SYSCLK(Hz) = 80000000 HCLK(Hz) = 80000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 HSI Frequency(Hz) = 16000000 PLL_M = 16 PLL_N = 160 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Flash Latency(WS) = 5
Syntax
Show:
Summary
Declaration
Definition
from
main.c:39
static
void
SystemClockHSI_Config
(
void
)
;
Implemented in
main.c:288
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out