MTB CAT5 Peripheral driver library
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Counter Status

General Description

The counter status.

Macros

#define CY_TCPWM_COUNTER_STATUS_DOWN_COUNTING   (0x1u)
 Timer/Counter is down counting.
 
#define CY_TCPWM_COUNTER_STATUS_UP_COUNTING   (0x2u)
 Timer/Counter is up counting.
 
#define CY_TCPWM_COUNTER_STATUS_COUNTER_RUNNING   (0x80000000u)
 Timer/Counter is running.