LL_SetSystemCoreClock() function
This function sets directly SystemCoreClock CMSIS variable.
Arguments
HCLKFrequency
HCLK frequency in Hz (can be calculated thanks to RCC helper macro)
Return value
None
Notes
Variable can be calculated also through SystemCoreClockUpdate function.