Appendix C
–
Digital I/O Ports
93
Net
work
Ap
plian
ce
FW
S-
78
40
C.2 Digital I/O Sample Program
*********************************************************************
// SuperIO relative definition (Please reference to Table 2)
#define
SIOIndex 0x2E
#define
SIOData 0x2F
#define
DIOLDN 0x07
IOWriteByte(
byte
IOPort,
byte
Value);
IOReadByte(
byte
IOPort);
// DIO relative definition (Please reference to Table 3)
#define
DirReg1 0xC8 // GPIO1- GPIO4
#define
DirReg2 0xCA // GPIO5-GPIO6
#define
DirReg3 0xCD // GPIO7
#define
DirReg4 0xCB // GPIO8
#define
InputPin 0x00
#define
OutputPin 0x01
#define
StatusReg1 0xA00 // GPIO1-GPIO4
#define
StatusReg2 0xA02 // GPIO5-GPIO6
#define
StatusReg3 0xA05 // GPIO7
#define
StatusReg4 0xA03 // GPIO8
#define
PinLow 0x00
#define
PinHigh 0x01
#define
Pin1Bit 0x00
#define
Pin2Bit 0x01
#define
Pin3Bit 0x02
#define
Pin4Bit 0x03
#define
Pin5Bit 0x04
#define
Pin6Bit 0x05
#define
Pin7Bit 0x06
#define
Pin8Bit 0x07
*********************************************************************
Summary of Contents for AAEON FWS-7840
Page 1: ...Last Updated September 24 2021 FWS 7840 Network Appliance User s Manual 1st Ed ...
Page 14: ...Network Appliance FWS 7840 Chapter 1 Chapter 1 Product Specifications ...
Page 17: ...Network Appliance FWS 7840 Chapter 2 Chapter 2 Hardware Information ...
Page 20: ...Chapter 2 Hardware Information 7 Network Appliance FWS 7840 Main Board Solder Side ...
Page 22: ...Chapter 2 Hardware Information 9 Network Appliance FWS 7840 2 1 4 PER T636 PCIe x8 Riser Card ...
Page 25: ...Chapter 2 Hardware Information 12 Network Appliance FWS 7840 Solder Side ...
Page 30: ...Chapter 2 Hardware Information 17 Network Appliance FWS 7840 2 5 PER T629 Connectors ...
Page 49: ...Network Appliance FWS 7840 Chapter 3 Chapter 3 AMI BIOS Setup ...
Page 52: ...Chapter 3 AMI BIOS Setup 39 Network Appliance FWS 7840 3 3 Setup Submenu Main ...
Page 53: ...Chapter 3 AMI BIOS Setup 40 Network Appliance FWS 7840 3 4 Setup Submenu Advanced ...
Page 55: ...Chapter 3 AMI BIOS Setup 42 Network Appliance FWS 7840 3 4 2 PCH FW Configuration ...
Page 60: ...Chapter 3 AMI BIOS Setup 47 Network Appliance FWS 7840 3 4 5 SIO Configuration ...
Page 64: ...Chapter 3 AMI BIOS Setup 51 Network Appliance FWS 7840 3 4 6 Hardware Monitor ...
Page 65: ...Chapter 3 AMI BIOS Setup 52 Network Appliance FWS 7840 3 4 6 1 Smart Fan Function ...
Page 77: ...Chapter 3 AMI BIOS Setup 64 Network Appliance FWS 7840 3 5 Setup Submenu Chipset ...
Page 84: ...Chapter 3 AMI BIOS Setup 71 Network Appliance FWS 7840 3 8 Setup Submenu Save Exit ...
Page 85: ...Network Appliance FWS 7840 Chapter 4 Chapter 4 Drivers Installation ...
Page 87: ...Network Appliance FWS 7840 Appendix A Appendix A Watchdog Timer Programming ...
Page 94: ...Network Appliance FWS 7840 Appendix B Appendix B Standard LAN Bypass Platform Setting ...
Page 104: ...Network Appliance FWS 7840 Appendix C Appendix C Digital I O Ports ...