25.6.5.24 Enum tcc_reload_action
This enum specify how the counter is reloaded and whether the prescaler should be restarted.
Enum value | Description |
---|---|
TCC_RELOAD_ACTION_GCLK |
The counter is reloaded/reset on the next GCLK and starts counting on the prescaler clock. |
TCC_RELOAD_ACTION_PRESC |
The counter is reloaded/reset on the next prescaler clock. |
TCC_RELOAD_ACTION_RESYNC |
The counter is reloaded/reset on the next GCLK, and the prescaler is restarted as well. |