24.6.5.2 Enum tc_clock_prescaler
This enum is used to choose the clock prescaler configuration. The prescaler divides the clock frequency of the TC module to make the counter count slower.
Enum value | Description |
---|---|
TC_CLOCK_PRESCALER_DIV1 |
Divide clock by 1. |
TC_CLOCK_PRESCALER_DIV2 |
Divide clock by 2. |
TC_CLOCK_PRESCALER_DIV4 |
Divide clock by 4. |
TC_CLOCK_PRESCALER_DIV8 |
Divide clock by 8. |
TC_CLOCK_PRESCALER_DIV16 |
Divide clock by 16. |
TC_CLOCK_PRESCALER_DIV64 |
Divide clock by 64. |
TC_CLOCK_PRESCALER_DIV256 |
Divide clock by 256. |
TC_CLOCK_PRESCALER_DIV1024 |
Divide clock by 1024. |