1.22.29.4 WDT_WindowDisable Function

C

void WDT_WindowDisable( void )

Summary

Disables the WDT window mode.

Description

This function is used to disable window mode operations.

Preconditions

This API is generated to disable the Window mode in firmware if the window mode is disabled by setting WINDIS fuse bit to OFF/NORMAL in MHC device configuration.

Parameters

None.

Returns

None.

Example

WDT_WindowDisable();

Remarks

None.