MTB CAT1 Peripheral driver library
PWM CC Match / Overflow / Underflow Actions

General Description

Selects the PWM output line action performed on a CC0/CC1 match, overflow or underflow event.

Enumerations

enum  cy_en_pwm_output_action_t {
  CY_TCPWM_PWM_ACTION_SET = 0U,
  CY_TCPWM_PWM_ACTION_CLEAR = 1U,
  CY_TCPWM_PWM_ACTION_INVERT = 2U,
  CY_TCPWM_PWM_ACTION_NO_CHANGE = 3U
}
 PWM output line action performed on a CC0/CC1 match, overflow or underflow event. More...
 

Enumeration Type Documentation

◆ cy_en_pwm_output_action_t

PWM output line action performed on a CC0/CC1 match, overflow or underflow event.

Enumerator
CY_TCPWM_PWM_ACTION_SET 

Set the output line on the event.

CY_TCPWM_PWM_ACTION_CLEAR 

Clear the output line on the event.

CY_TCPWM_PWM_ACTION_INVERT 

Invert (toggle) the output line on the event.

CY_TCPWM_PWM_ACTION_NO_CHANGE 

Leave the output line unchanged on the event.