1.28.4.2 DWDT_PS_Clear Function

C

void DWDT_PS_Clear(void)

Summary

Clears the programmable secure watchdog timer

Description

This function clears the programmable secure watchdog timer (PSWDT).

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_PS_Clear();