24.6.5.5 Enum tc_counter_size
This enum specifies the maximum value it is possible to count to.
Enum value | Description |
---|---|
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. |