Startwdt; Resetwdt; Stopwdt - Neousys POC-500 Series User Manual

Table of Contents

Advertisement

StartWDT

Syntax
Description
Parameter
Return Value
Usage

ResetWDT

Syntax
Description
Parameter
Return Value
Usage

StopWDT

Syntax
Description
Parameter
Return Value
Usage
POC-500 Series
BOOL StartWDT(void);
Starts WDT countdown. Once started, the WDT LED indicator
will begin blinking. If ResetWDT() or StopWDT is not invoked
before WDT countdowns to 0, the WDT expires and the
system resets.
None
I
f the timeout value is given in correct format (WDT started),
this function returns TRUE, otherwise FALSE
BOOL bRet = StartWDT()
BOOL ResetWDT(void);
Reset the timeout value to the value given by SetWDT().If
ResetWDT() or StopWDT is not invoked before WDT
countdowns to 0, the WDT expires and the system resets.
None
Always returns TRUE
BOOL bRet = ResetWDT()
BOOL StopWDT(void);
Stops the countdown of WDT. When WDT has stopped, the
WDT LED indicator stops blinking.
None
Always returns TRUE
BOOL bRet = StopWDT()
100

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Poc-515Poc-516Poc-545Poc-546

Table of Contents