1.3.23.5 1.4.24.5 1.5.22.5 1.6.24.5 1.7.25.5 1.29.26.5 1.30.16.5 1.31.16.5 1.32.29.5 1.33.18.5 1.37.16.5 1.38.24.5 1.39.21.5 1.40.23.5 TCx_Timer16bitCounterGet Function
C
/* x = TC instance number */
uint16_t TCx_Timer16bitCounterGet( void );
Summary
Reads the timer current count value.
Description
This function reads the timer count value.
Precondition
TCx_TimerInitialize() function must have been called first.
Parameters
None.
Returns
Timer's current count value.
Example
uint16_t counter = 0;
TC0_TimerInitialize();
TC0_TimerStart();
counter = TC0_Timer16bitCounterGet();
Remarks
The caller must know the number of significant bytes of timer. Period value is right-aligned.