1.18.5.9 CORETIMER_Start Function

C

void CORETIMER_Start(void);

Summary

Starts the Core Timer.

Description

This function starts the counter of the timer.

Precondition

CORETIMER_Initialize() function must have been called first.

Parameters

None.

Returns

None.

Example

CORETIMER_Initialize();
CORETIMER_Start();

Remarks

Should be generated for interrupt mode only.