1.41.13.19 PWM_CHANNEL_NUM Enum

C

typedef enum
{
    PWM_CHANNEL_0,
    PWM_CHANNEL_1,
    PWM_CHANNEL_2,
    PWM_CHANNEL_3
}PWM_CHANNEL_NUM;

Summary

Identifies PWM channel number in a PWM peripheral

Description

This enumeration identifies PWM channel number in a PWM peripheral and can be used as an argument to specify the PWM channel.

Remarks

None.