PSoC 6 Peripheral Driver Library
Macros
PWM kill modes
TCPWM (Timer Counter PWM)
»
PWM (TCPWM)
»
Macros
General Description
Sets the kill mode for the PWM.
Macros
#define
CY_TCPWM_PWM_STOP_ON_KILL
(2U)
PWM stops counting on kill.
#define
CY_TCPWM_PWM_SYNCH_KILL
(1U)
PWM output is killed after next TC.
#define
CY_TCPWM_PWM_ASYNC_KILL
(0U)
PWM output is killed instantly.