1.10.6.10 1.11.7.10 1.12.6.10 1.13.6.10 1.14.7.10 1.15.7.10 1.16.4.10 1.17.4.10 1.18.5.10 1.19.4.10 1.20.4.10 1.21.5.10 1.22.6.10 1.23.6.10 1.24.6.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.