PWM Disabled Output¶
-
group
group_tcpwm_pwm_output_on_disable
Specifies the behavior of the PWM outputs while PWM is disabled.
Defines
-
CY_TCPWM_PWM_OUTPUT_HIGHZ
PWM output (default) high impedance.
-
CY_TCPWM_PWM_OUTPUT_RETAIN
PWM outputs are retained.
-
CY_TCPWM_PWM_OUTPUT_LOW
PWM output LOW.
-
CY_TCPWM_PWM_OUTPUT_HIGH
PWM output HIGH.
-