1.3.27.3 1.4.23.3 1.5.27.3 1.6.23.3 1.7.24.3 1.8.21.3 1.9.22.3 1.29.25.3 1.30.19.3 1.31.19.3 1.32.28.3 1.33.17.3 1.34.22.3 1.35.15.3 1.36.17.3 1.37.19.3 1.38.23.3 1.39.20.3 1.40.22.3 1.41.20.3 1.42.19.3 SYSTICK_TimerStart Function
C
void SYSTICK_TimerStart( void )
Summary
Starts System Timer.
Description
This function resets and starts the System Timer
Precondition
SYSTICK_Initialize should have been called to set up SysTick.
Parameters
None.
Returns
None.
Example
SYSTICK_Initialize(); SYSTICK_TimerStart();