1.32.28.2 SYSTICK_TimerRestart Function
C
void SYSTICK_TimerRestart( void )
Summary
Restarts SysTick.
Description
This function Restarts systick timer with preloaded configuration.
Precondition
SYSTICK_Initialize should have been called to set up SysTick..
Parameters
None.
Returns
None.
Example
SYSTICK_Initialize(); SYSTICK_TimerRestart();