1.1.12.3 TIMER32_x_Start Function
C
/* x = Timer32 instance number */
void TIMER32_x_Start(void)
Summary
Starts the timer counter
Description
Starts the timer counter
Precondition
TIMER32_x_Initialize() function must have been called
Parameters
None
Returns
None
Example
TIMER32_0_Start();
Remarks
None