2.132.13 WDT_IsWindowEnabled Function

C

bool WDT_IsWindowEnabled(void);

Summary

Checks if the window mode of the Watchdog Timer is enabled.

Description

This function checks if the window mode of the Watchdog Timer is enabled.

Preconditions

None.

Parameters

None.

Returns

bool - true if window mode is enabled, false if disabled.

Example

bool isWindowEnabled = WDT_IsWindowEnabled();

Remarks

None.