2.3.107 ADCx_PWM_INSTANCE Enum

C

typedef enum 
{
    ADCx_PWM1 = 1,
    ADCx_PWM2 = 2,
    ADCx_PWM3 = 3,
    ADCx_PWM4 = 4,
} ADCx_PWM_INSTANCE;

Summary

Defines the PWM instances as trigger sources that are available for the module to use.

Description

This enumeration defines the PWM instances as trigger sources that are available for the module to use.

Remarks

None.