2.90.7 PWM_Enable Function

C

inline static void PWM_Enable(void)

Summary

Enables all PWM generators.

Description

This function activates all PWM generators in the module, allowing them to start generating PWM signals. It is useful when enabling the entire module for the first time or after a reset.

Precondition

None

Parameters

None

Returns

None

Example

PWM_Enable();

Remarks

None