25.6.5.9 Enum tcc_event_generation_selection
This enum is used to define the point at which the counter event is generated.
Enum value | Description |
---|---|
TCC_EVENT_GENERATION_SELECTION_START |
Counter Event is generated when a new counter cycle starts. |
TCC_EVENT_GENERATION_SELECTION_END |
Counter Event is generated when a counter cycle ends. |
TCC_EVENT_GENERATION_SELECTION_BETWEEN |
Counter Event is generated when a counter cycle ends, except for the first and last cycles. |
TCC_EVENT_GENERATION_SELECTION_BOUNDARY |
Counter Event is generated when a new counter cycle starts or ends. |