1.6.7.6 1.7.8.6 1.10.8.6 1.11.9.6 1.12.8.6 1.13.8.6 1.22.10.6 1.23.9.6 1.24.8.6 DMT_WindowIntervalGet Function
C
uint32_t DMT_WindowIntervalGet( void )
Summary
Returns the DMT window interval value.
Description
This function returns the DMT window interval value.
Precondition
DMT must be enabled using DMT_Enable().
Parameters
None.
Returns
The counter value.
Example
uint32_t value = 0;
DMT_Enable();
value = DMT_WindowIntervalGet();
Remarks
None.