SystemClockHSE_Config() is only used within RCC_ClockConfig.
 
Symbols
loading...
Files
loading...

SystemClockHSE_Config() function

System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE_CRYSTAL or HSE_BYPASS) SYSCLK(Hz) = 100000000 HCLK(Hz) = 100000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 HSE 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 SystemClockHSE_Config(void);
Implemented in main.c:161

Return value

None

References

LocationReferrerText
main.c:161
void SystemClockHSE_Config(void)
main.c:40
static void SystemClockHSE_Config(void);
main.c:131HAL_GPIO_EXTI_Callback()
SystemClockHSE_Config();

Call Tree

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