1.16.4.10 CORETIMER_Stop Function

C

void CORETIMER_Stop(void);

Summary

Stops the Core Timer counter.

Description

This function stops the clock and thus counter.

Precondition

CORETIMER_Initialize() function must have been called first for the given timer.

Parameters

None.

Returns

None.

Example

CORETIMER_Initialize();
CORETIMER_Start();
CORETIMER_Stop();

Remarks

Should be generated for interrupt mode only.