24.6.5.5 Enum tc_counter_size

This enum specifies the maximum value it is possible to count to.

Table 24-42. Members
Enum valueDescription

TC_COUNTER_SIZE_8BIT

The counter's maximum value is 0xFF, the period register is available to be used as top value.

TC_COUNTER_SIZE_16BIT

The counter's maximum value is 0xFFFF. There is no separate period register, to modify top one of the capture compare registers has to be used. This limits the amount of available channels.

TC_COUNTER_SIZE_32BIT

The counter's maximum value is 0xFFFFFFFF. There is no separate period register, to modify top one of the capture compare registers has to be used. This limits the amount of available channels.