1.10.8.5 DMT_TimeOutCountGet Function

C

uint32_t DMT_TimeOutCountGet( void )

Summary

Returns the DMT time-out count value.

Description

This function returns the DMT time-out count value.

Precondition

DMT must be enabled using DMT_Enable().

Parameters

None.

Returns

The time-out count value.

Example

uint32_t value = 0;

DMT_Enable();
value = DMT_TimeOutCountGet();

Remarks

None.