PWM_ChannelId Typedef

Header: #include <applibs/pwm.h>

The ID of a PWM channel.

typedef uint32_t PWM_ChannelId;

Remarks

PWM controllers often have multiple channels on a single chip. An individual channel corresponds to a single pin or input on the device.

The ID of a PWM channel is a constant that is defined in the hardware definition files for the device. For more information, see Manage target hardware dependencies.