Instructions

381 C-Control Pro IDE
© 2013 Conrad Electronic
period period duration
skew phase shift
PS prescaler (table prescaler)
5.26.1.35 Timer_T3GetCNT
Timer Functions
Syntax
word Timer_T3GetCNT(void);
Sub Timer_T3GetCNT() As Word
Description
The value of Counter1 is read. If there was an overflow a value of ffff (Hex) is returned.
Return Parameter
counter value
5.26.1.36 Timer_T3GetPM
Timer Functions
Syntax
word Timer_T3GetPM(void);
Sub Timer_T3GetPM() As Word
Description
Returns the result of the measurement.
Parameter
None
Return Parameter
result of measurement
To calculate the correct value, the 16bit result is multiplied with the entry of the prescaler Table
that was passed in the call to Timer_T3PM.