Macros | |
| #define | CY_TRIGMUX_DRV_VERSION_MAJOR 1 |
| The driver major version. | |
| #define | CY_TRIGMUX_DRV_VERSION_MINOR 70 |
| The driver minor version. | |
| #define | CY_TRIGMUX_ID CY_PDL_DRV_ID(0x33UL) |
| TRIGMUX PDL ID. More... | |
| #define | CY_TRIGGER_INFINITE (255UL) |
| Values for the cycles parameter in the Cy_TrigMux_SwTrigger() function. More... | |
| #define | CY_TRIGGER_DEACTIVATE (0UL) |
| Use this parameter value to deactivate the trigger. More... | |
| #define | CY_TRIGGER_TWO_CYCLES (2UL) |
| The only valid cycles number value for PERI_ver2. More... | |
| #define CY_TRIGMUX_ID CY_PDL_DRV_ID(0x33UL) |
TRIGMUX PDL ID.
The trigger multiplexer driver identifier
| #define CY_TRIGGER_INFINITE (255UL) |
Values for the cycles parameter in the Cy_TrigMux_SwTrigger() function.
The trigger will be active until the user clears it or a hardware deactivates it.
| #define CY_TRIGGER_DEACTIVATE (0UL) |
Use this parameter value to deactivate the trigger.
| #define CY_TRIGGER_TWO_CYCLES (2UL) |
The only valid cycles number value for PERI_ver2.