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