1.1.12.4 TIMER32_x_Reload Function

C

/* x = Timer32 instance number */

void TIMER32_x_Reload(void)

Summary

Reloads the timer counter

Description

Reloads the timer counter

Precondition

TIMER32_x_Initialize() function must have been called

Parameters

None

Returns

None

Example

TIMER32_0_Reload();

Remarks

None