1.2.24.48 1.3.24.48 1.4.25.48 1.5.23.48 1.6.25.48 1.7.26.48 1.29.27.48 1.30.17.48 1.31.17.48 1.33.19.48 1.37.17.48 1.40.24.48 TCCx_Capture32bitCounterGet Function
C
/* x = TCC instance number */
uint32_t TCCx_Capture32bitCounterGet( void );
Summary
Reads the timer current count value.
Description
This function reads the timer count value.
Precondition
TCCx_CaptureInitialize() function must have been called first.
Parameters
NoneReturns
Timer's current count value.
Example
uint32_t counter = 0;
TCC0_CaptureInitialize();
TCC0_CaptureStart();
counter = TCC0_Capture32bitCounterGet();
Remarks
The caller must know the number of significant bytes of timer. Period value is right-aligned.