25.6.5.23 Enum tcc_ramp_index
In ramp operation, each two period cycles are marked as cycle A and B, the index 0 represents cycle A and 1 represents cycle B.
Enum value | Description |
---|---|
TCC_RAMP_INDEX_DEFAULT |
Default, cycle index toggles. |
TCC_RAMP_INDEX_FORCE_B |
Force next cycle to be cycle B (set to 1). |
TCC_RAMP_INDEX_FORCE_A |
Force next cycle to be cycle A (clear to 0). |
TCC_RAMP_INDEX_FORCE_KEEP |
Force next cycle keeping the same as current. |