Appendix C – Digital I/O Ports
84
Mo
bile
N
VR
VPC
-5500S
C.3 Digital I/O Sample Program
************************************************************************************
// SuperIO relative definition (Please reference to Table 1)
#define byte SIOIndex //This parameter is represented from Note1
#define byte SIOData //This parameter is represented from Note2
#define void IOWriteByte(byte IOPort, byte Value);
#define byte IOReadByte(byte IOPort);
// Digital Input Status relative definition (Please reference to Table 2)
#define byte DInput1LDN // This parameter is represented from Note3
#define byte DInput1Reg // This parameter is represented from Note4
#define byte DInput1Bit // This parameter is represented from Note5
#define byte DInput2LDN // This parameter is represented from Note6
#define byte DInput2Reg // This parameter is represented from Note7
#define byte DInput2Bit // This parameter is represented from Note8
#define byte DInput3LDN // This parameter is represented from Note9
#define byte DInput3Reg // This parameter is represented from Note10
#define byte DInput3Bit // This parameter is represented from Note11
#define byte DInput4LDN // This parameter is represented from Note12
#define byte DInput4Reg // This parameter is represented from Note13
#define byte DInput4Bit // This parameter is represented from Note14
#define byte DInput5LDN // This parameter is represented from Note15
#define byte DInput5Reg // This parameter is represented from Note16
#define byte DInput5Bit // This parameter is represented from Note17
#define byte DInput6LDN // This parameter is represented from Note18
#define byte DInput6Reg // This parameter is represented from Note19
#define byte DInput6Bit // This parameter is represented from Note20
#define byte DInput7LDN // This parameter is represented from Note21
#define byte DInput7Reg // This parameter is represented from Note22
#define byte DInput7Bit // This parameter is represented from Note23
#define byte DInput8LDN // This parameter is represented from Note24
#define byte DInput8Reg // This parameter is represented from Note25
#define byte DInput8Bit // This parameter is represented from Note26
************************************************************************************
Содержание VPC-5500S
Страница 1: ...Last Updated November 4 2016 VPC 5500S Mobile NVR User s Manual 6th Ed...
Страница 14: ...Mobile NVR VPC 5500S Chapter 1 Chapter 1 Product Specifications...
Страница 18: ...Mobile NVR VPC 5500S Chapter 2 Chapter 2 Hardware Information...
Страница 20: ...Chapter 2 Hardware Information 7 Mobile NVR VPC 5500S...
Страница 24: ...Chapter 2 Hardware Information 11 Mobile NVR VPC 5500S U86 U87 MSATA1 CN20 DIMM2...
Страница 36: ...Mobile NVR VPC 5500S Chapter 3 Chapter 3 AMI BIOS Setup...
Страница 39: ...Chapter 3 AMI BIOS Setup 26 Mobile NVR VPC 5500S 3 3 Setup submenu Main...
Страница 40: ...Chapter 3 AMI BIOS Setup 27 Mobile NVR VPC 5500S 3 4 Setup submenu Advanced...
Страница 41: ...Chapter 3 AMI BIOS Setup 28 Mobile NVR VPC 5500S 3 4 1 Advanced CPU Configuration...
Страница 46: ...Chapter 3 AMI BIOS Setup 33 Mobile NVR VPC 5500S 3 4 6 Advanced F81666 Super IO Configuration...
Страница 63: ...Chapter 3 AMI BIOS Setup 50 Mobile NVR VPC 5500S 3 5 3 Chipset Memory Configuration...
Страница 67: ...Chapter 3 AMI BIOS Setup 54 Mobile NVR VPC 5500S 3 8 Setup submenu Save Exit...
Страница 68: ...Mobile NVR VPC 5500S Chapter 4 Chapter 4 Drivers Installation...
Страница 73: ...Chapter 4 Driver Installation 60 Mobile NVR VPC 5500S 2 Reboot and log in as administrator...
Страница 74: ...Chapter 4 Driver Installation 61 Mobile NVR VPC 5500S 3 Run patch bat as administrator...
Страница 77: ...Chapter 4 Driver Installation 64 Mobile NVR VPC 5500S...
Страница 78: ...Mobile NVR VPC 5500S Appendix A Appendix A Watchdog Timer Programming...
Страница 84: ...Mobile NVR VPC 5500S Appendix B Appendix B I O Information...
Страница 85: ...Appendix B I O Information 72 Mobile NVR VPC 5500S B 1 I O Address Map...
Страница 86: ...Appendix B I O Information 73 Mobile NVR VPC 5500S...
Страница 87: ...Appendix B I O Information 74 Mobile NVR VPC 5500S B 2 Memory Address Map...
Страница 88: ...Appendix B I O Information 75 Mobile NVR VPC 5500S...
Страница 89: ...Appendix B I O Information 76 Mobile NVR VPC 5500S B 3 IRQ Mapping Chart...
Страница 90: ...Appendix B I O Information 77 Mobile NVR VPC 5500S...
Страница 91: ...Appendix B I O Information 78 Mobile NVR VPC 5500S...
Страница 92: ...Appendix B I O Information 79 Mobile NVR VPC 5500S...
Страница 93: ...Appendix B I O Information 80 Mobile NVR VPC 5500S B 4 DMA Channel Assignments...
Страница 94: ...Mobile NVR VPC 5500S Appendix C Appendix C Digital I O Ports...