Aaeon IMBA-Q77 Bedienungsanleitung Seite 81

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 118
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 80
Industrial Motherboard IMBA-Q77
Appendix A Programming the Watchdog Timer A-6
A.2 W83627DHG Watchdog Timer Initial Program
LDN Register Bit Description
WDT
Timer
value
0x07 0xF6
Bit
[7-0]
00h: Time-out Disable
01h: Time-out occurs after 1 minute only.
02h: Time-out occurs after 2 second/minutes
03h: Time-out occurs after 3 second/minutes
……………………….......................................
FFh: Time-out occurs after 255
second/minutes
(The deviation is approx 1 second.)
WDT
Unit
0x07 0xF5 Bit3
Select WDTO# count mode.
0: Second Mode.
1: Minute Mode.
************************************************************************************
#include <stdio.h>
#include <conio.h>
#define SIOIndex 0x2E //Modify for project support 2E/4E
#define SIOData 0x2F //Modify for project support 2F/4F
#define void AaeonWDTConfig(void);
#define void AaeonWDTEnable(Byte Timer, boolean Unit);
void Main(){
// Procedure : AaeonWDTConfig
// This procudure will enable the WDT counting.
AaeonWDTConfig (void);
// Procedure : AaeonWDTEnable
// (byte)Timer : Time of WDT timer.(0x00~0xFF)
// (boolean)Unit : Select time unit(0: second, 1: minute).
AaeonWDTEnable(Byte Timer, boolean Unit);
}
Seitenansicht 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 117 118

Kommentare zu diesen Handbüchern

Keine Kommentare