1.10.6.9 1.11.7.9 1.12.6.9 1.13.6.9 1.14.7.9 1.15.7.9 1.16.4.9 1.17.4.9 1.18.5.9 1.19.4.9 1.20.4.9 1.21.5.9 1.22.6.9 1.23.6.9 1.24.6.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.