1.6.7.2 1.7.8.2 1.10.8.2 1.11.9.2 1.12.8.2 1.13.8.2 1.22.10.2 1.23.9.2 1.24.8.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.