APPENDIX
54
MI801 User’s Manual
D. Digital I/O Sample Code
File of the W627UHG.H
//---------------------------------------------------------------------------
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
//---------------------------------------------------------------------------
#ifndef __W627UHG_H
#define __W627UHG_H
1
//---------------------------------------------------------------------------
#define
W627UHG_INDEX_PORT
(W627UHG_BASE)
#define
W627UHG_DATA_PORT
(W627U1)
//---------------------------------------------------------------------------
#define
W627UHG_REG_LD
0x07
//---------------------------------------------------------------------------
#define W627UHG_UNLOCK
0x87
#define
W627UHG_LOCK
0xAA
//---------------------------------------------------------------------------
unsigned int Init_W627UHG(void);
void Set_W627UHG_LD( unsigned char);
void Set_W627UHG_Reg( unsigned char, unsigned char);
unsigned char Get_W627UHG_Reg( unsigned char);
//---------------------------------------------------------------------------
#endif
//__W627UHG_H
Summary of Contents for MI801
Page 1: ...MI801 Intel Pineview D ICH8M Mini ITX Motherboard USER S MANUAL Version 1 1...
Page 4: ...iv MI801 User s Manual This page is intentionally left blank...
Page 8: ...INTRODUCTION 4 MI801 User s Manual Board Dimensions...
Page 14: ...INSTALLATIONS 10 MI801 User s Manual JP8 Clear CMOS Setting JP8 Setting Normal Clear CMOS...
Page 16: ...INSTALLATIONS 12 MI801 User s Manual Connector Locations on MI801...
Page 42: ...BIOS SETUP 38 MI801 User s Manual This page is intentionally left blank...
Page 50: ...DRIVERS INSTALLATION 46 MI801 User s Manual This page is intentionally left blank...