2.90.4 PWM_Deinitialize Function

C

void PWM_Deinitialize(void);

Summary

Deinitializes the PWM to its Power-On Reset (POR) state.

Description

This function resets the PWM module, setting it back to its POR values. Any configuration made previously will be lost, and the PWM will be in a state similar to after power-up.

Precondition

None

Parameters

None

Returns

None

Example

PWM_Deinitialize();

Remarks

None