1.28.4.4 DWDT_NS_Clear Function

C

void DWDT_NS_Clear(void)

Summary

Clears the never secure watchdog timer

Description

This function clears the never secure watchdog timer (NSWDT).

Precondition

DWT_Initialize must have been called

Parameters

None

Returns

None.

Example

DWDT_Initialize();

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