1.10.13.1 1.11.14.1 1.12.14.1 1.13.13.1 MCPWM_Stop Function
C
void MCPWM_Stop (void)
Summary
Stops the given MCPWM module
Description
This function disables the MCPWM module.
Precondition
MCPWM_Initialize() function must have been called first for the associated instance.
Parameters
None
Returns
None.
Example
MCPWM_Initialize(); MCPWM_Start(); MCPWM_Stop();
Remarks
None