2.88.10 PTG_WatchdogTimeoutStatusGet Function

C

void PTG_WatchdogTimeoutStatusGet(void)

Summary

Indicates the status of the watchdog timeout of the PTG Peripheral of the device.

Description

This function displays the current status of the watchdog timeout for the PTG peripheral of the device. This information helps monitor whether the watchdog timer has expired. Ensures timely detection and response to potential system issues.

Precondition

The PTG peripheral must have been enabled using the PTG_Enable API. The Step Sequence configurations should be carefully made in the Configuration Options GUI.

Parameters

None.

Returns

true - PTG watchdog timeout occurred.

false - PTG watchdog timeout not occurred.

Example

PTG_WatchdogTimeoutStatusGet();

Remarks

None.