1.6.7.2 DMT_Disable Function

C

void DMT_Disable( void )

Summary

Disables the DMT peripheral.

Description

This function is used to stop the DMT counter and disable DMT peripheral.

Precondition

Should be generated only if FDMTEN fuse bit is OFF in device configuration. DMT must be enabled using DMT_Enable().

Parameters

None.

Returns

None.

Example

DMT_Disable();

Remarks

None.