Wdt_Enable() - Advantech ADAM-5511 Manual

Table of Contents

Advertisement

WDT_clear, WDT_disable, WDT_enable
Syntax:
void WDT_clear(void)
void WDT_disable(void)
void WDT_enable(void)
Description:
Clear watchdog timer
Disable watchdog timer
Enable watchdog timer
Note:
When the watchdog timer is enabled, it will have to
be cleared at least once every 1.5 seconds. The
watchdog timer default value is "disable".
Parameter
None.
Return value:
None.
Example:
void main()
{
int I;

WDT_enable();

For(I=0;I < 10;I++)
Description

Advertisement

Table of Contents
loading

Table of Contents