Specifies the behavior of the PWM outputs while PWM is disabled.
|
|
#define | CY_TCPWM_PWM_OUTPUT_HIGHZ (0U) |
| | PWM output (default) high impedance.
|
| |
|
#define | CY_TCPWM_PWM_OUTPUT_RETAIN (1U) |
| | PWM outputs are retained.
|
| |
|
#define | CY_TCPWM_PWM_OUTPUT_LOW (2U) |
| | PWM output LOW.
|
| |
|
#define | CY_TCPWM_PWM_OUTPUT_HIGH (3U) |
| | PWM output HIGH.
|
| |