2.90.44 PWM_TRIGGER_COMPARE Enum
C
typedef enum { PWM_TRIGGER_COMPARE_A = 1, /**< PWM Trigger Compare A Register */ PWM_TRIGGER_COMPARE_B = 2, /**< PWM Trigger Compare B Register */ PWM_TRIGGER_COMPARE_C = 3, /**< PWM Trigger Compare C Register */ }PWM_TRIGGER_COMPARE;
Summary
Defines the PWM generator Trigger Compare registers that are available for the module to use.
Description
This enum defines the registers used to trigger compare events for the PWM generator. The trigger compare registers (A, B, C) are used to set the conditions for when the PWM generator should update or trigger an event. These registers are essential for controlling the timing and synchronization of the PWM signals and the system's response to those signals.
Remarks
None.