1.28.7.9 GENERIC_TIMER_Start Function
C
void GENERIC_TIMER_Start(void);
Summary
Start the Generic timer.
Description
Start the Generic timer counter. If interrupts are enabled an interrupt will occur every time the configured period is reached.
Precondition
GENERIC_TIMER_Initialize() should be called.
Parameters
None.
Returns
None.