1.3.27.2 1.4.23.2 1.5.27.2 1.6.23.2 1.7.24.2 1.8.21.2 1.9.22.2 1.29.25.2 1.30.19.2 1.31.19.2 1.32.28.2 1.33.17.2 1.34.22.2 1.35.15.2 1.36.17.2 1.37.19.2 1.38.23.2 1.39.20.2 1.40.22.2 1.41.20.2 1.42.19.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();