3.8.2 mcHalI_PwmTimerStart

C


/* Start PWM timer */
void mcHalI_PwmInterruptEnable( void )	

Summary

Starts the PWM timer.

Description

This function starts the PWM timer for the specified PWM peripheral, initiating the PWM module to generate signals according to the configuration in the QSpin GUI.

Precondition

None.

Parameters

ParamDescription
voidNone.

Returns

None

Example


/* Start PWM timer */
mcHalI_PwmInterruptEnable();
    

Remarks

None.