CAT2 Peripheral Driver Library

Sets the alignment of the PWM. More...

Macros

#define CY_TCPWM_PWM_LEFT_ALIGN   (0U)
 PWM is left-aligned, meaning it starts high.
 
#define CY_TCPWM_PWM_RIGHT_ALIGN   (1U)
 PWM is right-aligned, meaning it starts low.
 
#define CY_TCPWM_PWM_CENTER_ALIGN   (2U)
 PWM is centered aligned, terminal count only occurs on underflow.
 
#define CY_TCPWM_PWM_ASYMMETRIC_ALIGN   (3U)
 PWM is asymmetrically aligned, terminal count occurs on overflow and underflow.
 

Detailed Description

Sets the alignment of the PWM.