1.8.14.20 1.25.13.12 1.26.12.12 1.27.13.20 1.28.16.20 1.34.11.20 1.41.13.20 1.42.11.20 PWM_CHANNEL_MASK Enum
C
typedef enum { PWM_CHANNEL_0_MASK = (1U << 0U), PWM_CHANNEL_1_MASK = (1U << 1U), PWM_CHANNEL_2_MASK = (1U << 2U), PWM_CHANNEL_3_MASK = (1U << 3U) }PWM_CHANNEL_MASK;
Summary
Identifies PWM channel mask
Description
This enumeration identifies PWM channel mask. This can be ORed together to start/stop channels together.
Remarks
None.