1.6.7.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.