1.27.13.18 PWM_COMPARE Enum

C

typedef enum
{
    PWM_COMPARE_0,
    PWM_COMPARE_1,
    PWM_COMPARE_2,
    PWM_COMPARE_3,
    PWM_COMPARE_4,
    PWM_COMPARE_5,
    PWM_COMPARE_6,
    PWM_COMPARE_7,
}PWM_COMPARE;

Summary

Identifies PWM compare unit

Description

This enumeration identifies PWM compare unit.

Remarks

None.