2.90.32 PWM_SoftwareUpdateRequest Function

C

inline static void PWM_SoftwareUpdateRequest(PWM_GENERATOR genNum)

Summary

This inline function requests to update the data registers for specific PWM generator selected by the argument PWM_GENERATOR Enum

Description

This function triggers a software update request for the specified PWM generator. The update affects the data registers, and once requested, the update will be processed by the system. The function does not return any status, but can be used to initiate an update.

Precondition

None

Parameters

ParamDescription
genNumPWM generator number

Returns

None

Example

PWM_SoftwareUpdateRequest(PWM_GENERATOR_1);

Remarks

None