Vecow EMBC-2000 User Manual page 63

3.5 inch embedded single board computer with intel atom x7-e3950, 2 gige lan w/ieee 1588, isolated com, tpm 2.0, -40 degrees celsius to 85 degrees celsius
Table of Contents

Advertisement

BOOL SetGPIO(WORD DO)
Set GPIO output
DO ([15:0]): output state, pin setting by hexadecimal bitmask
1: High; 0: Low
Return:
TRUE (1): Success;
FALSE (0): Fail (Initial error, or hardware problem)
BOOL GetWDT(DWORD *WDT)
Get watchdog timer setup
WDT: watchdog timer setup
Unit: second. (Range: 0 ~ 65535 sec, 1093 ~ 65535 min (=65580 ~
3932100 sec))
Return:
TRUE (1): Success;
FALSE (0): Fail (Initial error, or call by pointer error, or hardware problem)
BOOL SetWDT(DWORD WDT)
Set watchdog timer setup
WDT: watchdog timer setup
Unit: second. (Range: 1 ~ 65535 sec, 1093 ~ 65535 min (=65580 ~
3932100 sec))
Return:
TRUE (1): Success;
FALSE (0): Fail (Initial error, or setup 0 error, or hardware problem)
BOOL CancelWDT()
Cancel watchdog timer
Return:
TRUE (1): Success;
FALSE (0): Fail (Initial error, or hardware problem)
©Vecow EMBC-2000 User Manual
Appendix B
57

Advertisement

Table of Contents
loading

Table of Contents