1.8.5.3 DWDT_WDTx_Disable Function

C

/* x = WDT instance number */

void DWDT_WDTx_Disable(void);

Summary

Disables the programmable watchdog timer

Description

This function disables the programmable watchdog timer.

Precondition

DWDT_Initialize must have been called.

Parameters

None

Returns

None.

Example

DWDT_Initialize();

// Disables the watchdog timer.
DWDT_WDT0_Disable();