1.23.28.3 WDT_WindowEnable Function

C

void WDT_WindowEnable( void );

Summary

Enables the WDT window mode.

Description

This function enables the WDT window mode.

Preconditions

This API is generated to enable 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_WindowEnable();

Remarks

None.