FreeRTOS_ThreadCreation
SystemClock_Config()
is only used within FreeRTOS_ThreadCreation.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS_ThreadCreation
SystemClock_Config()
SystemClock_Config() function
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 100000000 HCLK(Hz) = 100000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 200 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 3
Syntax
Show:
Summary
Declaration
Definition
from
main.c:31
static
void
SystemClock_Config
(
void
)
;
Implemented in
main.c:179
Return value
None
Examples
References
from
examples
Code
Location
Referrer
static
void
SystemClock_Config
(
void
)
main.c:179
static
void
SystemClock_Config
(
void
)
;
main.c:31
SystemClock_Config
(
)
;
main.c:55
main()
Call Tree
from
examples
SystemClock_Config()
is called by 1 function and calls 2 functions:
main()
All items filtered out
SystemClock_Config()
HAL_RCC_OscConfig()
HAL_RCC_ClockConfig()
All items filtered out
Data Use
from
examples
SystemClock_Config()
reads 4 variables and writes 14 variables:
RCC_OscInitTypeDef::PLL
RCC_TypeDef::APB1ENR
PWR_TypeDef::CR
HAL_StatusTypeDef::HAL_OK
All items filtered out
SystemClock_Config()
RCC_OscInitTypeDef::OscillatorType
RCC_OscInitTypeDef::HSEState
RCC_ClkInitTypeDef::ClockType
RCC_ClkInitTypeDef::SYSCLKSource
RCC_ClkInitTypeDef::AHBCLKDivider
RCC_ClkInitTypeDef::APB1CLKDivider
RCC_ClkInitTypeDef::APB2CLKDivider
RCC_PLLInitTypeDef::PLLState
RCC_PLLInitTypeDef::PLLSource
RCC_PLLInitTypeDef::PLLM
RCC_PLLInitTypeDef::PLLN
RCC_PLLInitTypeDef::PLLP
RCC_PLLInitTypeDef::PLLQ
RCC_PLLInitTypeDef::PLLR
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