25.6.5.1 Enum tcc_callback
Enum for the possible callback types for the TCC module.
Enum value | Description |
---|---|
TCC_CALLBACK_OVERFLOW |
Callback for TCC overflow. |
TCC_CALLBACK_RETRIGGER |
Callback for TCC Retrigger. |
TCC_CALLBACK_COUNTER_EVENT |
Callback for TCC counter event. |
TCC_CALLBACK_ERROR |
Callback for capture overflow error. |
TCC_CALLBACK_FAULTA |
Callback for Recoverable Fault A. |
TCC_CALLBACK_FAULTB |
Callback for Recoverable Fault B. |
TCC_CALLBACK_FAULT0 |
Callback for Non-Recoverable Fault 0. |
TCC_CALLBACK_FAULT1 |
Callback for Non-Recoverable Fault 1. |
TCC_CALLBACK_CHANNEL_n |
Channel callback type table for TCC Each TCC module may contain several callback types for channels; each channel will have its own callback type in the table, with the channel index number substituted for "n" in the channel callback type (e.g. TCC_MATCH_CAPTURE_CHANNEL_0). |