PSoC 4 Peripheral Driver Library - Alpha

General Description

The counter status.

Macros

#define CY_TCPWM_QUADDEC_STATUS_DOWN_COUNTING   (0x1UL)
 QuadDec is down counting.
 
#define CY_TCPWM_QUADDEC_STATUS_UP_COUNTING   (0x2UL)
 QuadDec is up counting.
 
#define CY_TCPWM_QUADDEC_STATUS_COUNTER_RUNNING   (TCPWM_CNT_STATUS_RUNNING_Msk)
 QuadDec the counter is running.