PSoC 6 Peripheral Driver Library

General Description

The counter status.

Macros

#define CY_TCPWM_PWM_STATUS_DOWN_COUNTING   (0x1UL)
 PWM is down counting.
 
#define CY_TCPWM_PWM_STATUS_UP_COUNTING   (0x2UL)
 PWM is up counting.
 
#define CY_TCPWM_PWM_STATUS_COUNTER_RUNNING   (TCPWM_CNT_STATUS_RUNNING_Msk)
 PWM counter is running.