1.8.5.2 DWDT_WDTx_Clear Function

C

/* x = WDT instance number */

void DWDT_WDTx_Clear(void);

Summary

Clears the programmable watchdog timer

Description

This function clears the programmable watchdog timer.

Precondition

DWDT_Initialize must have been called

Parameters

None

Returns

None.

Example

DWDT_Initialize();

// Clears the watchdog timer so that it restarts the count
DWDT_WDT0_Clear();