1.40.22.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();