The counter status.
Macros | |
#define | CY_TCPWM_COUNTER_STATUS_DOWN_COUNTING (0x1UL) |
Timer/Counter is down counting. | |
#define | CY_TCPWM_COUNTER_STATUS_UP_COUNTING (0x2UL) |
Timer/Counter is up counting. | |
#define | CY_TCPWM_COUNTER_STATUS_CC0_READ_MISS (0x4UL) |
Timer/Counter is miss reading the last capture0 event. | |
#define | CY_TCPWM_COUNTER_STATUS_CC1_READ_MISS (0x8UL) |
Timer/Counter is miss reading the last capture1 event. | |
#define | CY_TCPWM_COUNTER_STATUS_KILL (0x10UL) |
Timer/Counter has active kill event. | |
#define | CY_TCPWM_COUNTER_STATUS_COUNTER_RUNNING (0x80000000UL) |
Timer/Counter is running. | |