API Reference | |
| TCPWM Input Selection | |
| INTERNAL. | |
| Input Modes | |
| Configures how TCPWM inputs behave. | |
| Output Trigger Modes | |
| Configures how TCPWM output triggers behave (TCPWM_v2 only) | |
| Interrupt Sources | |
| Interrupt Sources. | |
| Default registers constants | |
| Default constants for CNT Registers. | |
Macros | |
| #define | CY_TCPWM_DRV_VERSION_MAJOR 1 |
| Driver major version. | |
| #define | CY_TCPWM_DRV_VERSION_MINOR 90 |
| Driver minor version. | |
| #define | CY_TCPWM_ID (CY_PDL_DRV_ID(0x2DU)) |
| TCPWM driver identifier. | |
| #define | CY_TCPWM_CNT_STATUS_UP_POS (0x1U) |
| Position of Up counting counter status. | |
| #define | CY_TCPWM_CNT_STATUS_CC0_READ_MISS_POS (0x2U) |
| Position of missed read a past capture0 event status. | |
| #define | CY_TCPWM_CNT_STATUS_CC1_READ_MISS_POS (0x3U) |
| Position of missed read a past capture1 event status. | |
| #define | CY_TCPWM_CNT_STATUS_KILL_POS (0x4U) |
| Position of active kill event status. | |
| #define | CY_TCPWM_CNT_UP_INIT_VAL (0x0U) |
| Initial value for the counter in the Up counting mode. | |
| #define | CY_TCPWM_CNT_UP_DOWN_INIT_VAL (0x1U) |
| Initial value for the counter in the Up/Down counting modes. | |