1.8.14.19 1.25.13.11 1.26.12.11 1.27.13.19 1.28.16.19 1.34.11.19 1.41.13.19 1.42.11.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.