Enum tcc_reload_action

This enum specify how the counter is reloaded and whether the prescaler should be restarted.

Table 1. Members
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.