SystemTimerInit

Definition: Initializes the software timer module. Timer free pool array gets initialized. Hardware (HW) timer callback assignment and TC initialization will be carried out.

Syntax

void SystemTimerInit(void);

Input Parameters

<None>

Return Type and Values

<None>

API Type – Synchronous