1.6.7.5 1.7.8.5 1.10.8.5 1.11.9.5 1.12.8.5 1.13.8.5 1.22.10.5 1.23.9.5 1.24.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.