24.6.5.7 Enum tc_reload_action
This enum specify how the counter and prescaler should reload.
Enum value | Description |
---|---|
TC_RELOAD_ACTION_GCLK |
The counter is reloaded/reset on the next GCLK and starts counting on the prescaler clock. |
TC_RELOAD_ACTION_PRESC |
The counter is reloaded/reset on the next prescaler clock. |
TC_RELOAD_ACTION_RESYNC |
The counter is reloaded/reset on the next GCLK, and the prescaler is restarted as well. |