Download SUSI Library Reference

Transcript
Susi Library Reference
SusiWDGetRange
Get the step, minimum and maximum values of the watchdog timer.
BOOL SusiWDGetRange(DWORD *minimum, DWORD *maximum,
DWORD *stepping)
Parameters
minimum
[out] Pointer to a variable containing the minimum timeout value in
milliseconds.
maximum
[out] Pointer to a variable containing the maximum timeout value in
milliseconds.
stepping
[out] Pointer to a variable containing the resolution of the timer in
milliseconds.
Return Value
TRUE (1) indicates success; FALSE (0) indicates failure.
Remarks
The values may vary from platform to platform; depending on the hardware
implementation of the watchdog timer. For example, if the minimum timeout is
1000, the maximum timeout is 63000, and the step is 1000, it means the watchdog
timeout will count 1, 2, 3 … 63 seconds.
53 of 107