1.6.7.1 1.7.8.1 1.10.8.1 1.11.9.1 1.12.8.1 1.13.8.1 1.22.10.1 1.23.9.1 1.24.8.1 DMT_Enable Function
C
void DMT_Enable( void );
Summary
Enables the DMT peripheral.
Description
This function enables the DMT peripheral. Calling this function will cause the DMT to start counting up to the configured timeout count value.
Precondition
Should be generated only if FDMTEN fuse bit is OFF in MHC device configuration.
Parameters
None.
Returns
None.
Example
DMT_Enable();
Remarks
None.