1.1.5.6 HTMx_CountGet Function
C
uint16_t HTMx_CountGet(void)
Summary
Returns the timer counter value for the HTM timer
Description
Returns the timer counter value for the HTM timer
Precondition
HTMx_Initialize() function must have been called first.
Parameters
None
Returns
16-bit timer counter value
Example
uint16_t counter = HTM0_CountGet();
Remarks
None