1.28.4.3 DWDT_PS_Disable Function

C

void DWDT_PS_Disable(void)

Summary

Disables the programmable secure watchdog timer

Description

This function disables the programmable secure watchdog timer (PSWDT). PSWDT can only be disabled, if the configurations are not locked during initialization.

Precondition

DWT_Initialize must have been called with lock disabled.

Parameters

None

Returns

None.

Example

DWDT_Initialize();

// Disables the watchdog timer.
DWDT_PS_Disable();