API Reference | |
| TCPWM Input Selection | |
| Selects which input to use. | |
| 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 20 |
| 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_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. | |