ROBO-8122VG2R
Copyright © Portwell 2017 ROBO-8122VG2R User's Guide
30
¾
PET_WDT_Trigger
Declaration
Trigger watchdog timer or reload the watchdog timer to the timeout value by PET_WDT_SetConfig timeout value to prevent the system from rebooting.
Prototype
int PET_WDT_Trigger ();
Parameter
None.
Return Value
If the return value (0) is success, otherwise return an error code.
Sample Code
01 unsigned char timeout = 10;
02 int test = PET_WDT_SetConfig (SECOND_MODE, timeout);
03 if ( test == 0)
04 printf (“PET_WDT_SetConfig is success\n”);
05 test = PET_WDT_Trigger();
06 if ( test == 0)
07 printf("PET_WDT_Trigger is success”);
Summary of Contents for ROBO-8122VG2R
Page 13: ...ROBO 8122VG2R Copyright Portwell 2017 ROBO 8122VG2R User s Guide 13 2 2 Mechanical Dimensions...
Page 14: ...ROBO 8122VG2R Copyright Portwell 2017 ROBO 8122VG2R User s Guide 14...
Page 17: ...ROBO 8122VG2R Copyright Portwell 2017 ROBO 8122VG2R User s Guide 17 Block Diagram...
Page 51: ...ROBO 8122VG2R Copyright Portwell 2017 ROBO 8122VG2R User s Guide 51 CPU0 1 PCIE Configuration...
Page 76: ...ROBO 8122VG2R Copyright Portwell 2017 ROBO 8122VG2R User s Guide 76 6 2 5 Save Exit...
Page 83: ...ROBO 8122VG2R Copyright Portwell 2017 ROBO 8122VG2R User s Guide 83...