HAL_SYSTICK_CLKSourceConfig() function
Configures the SysTick clock source.
Syntax
void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource); Arguments
CLKSource
specifies the SysTick clock source. This parameter can be one of the following values: @arg SYSTICK_CLKSOURCE_HCLK_DIV8: AHB clock divided by 8 selected as SysTick clock source. @arg SYSTICK_CLKSOURCE_HCLK: AHB clock selected as SysTick clock source.
Return value
None