IBASE Technology ASB200-918 Series User Manual page 75

Fanless system with 3.5" disk-size sbc system
Table of Contents

Advertisement

outportb(F81846_INDEX_PORT, F81846_REG_LD);
outportb(F81846_DATA_PORT, LD); Lock_F81846();
}
//---------------------------------------------------------------------------
void Set_F81846_Reg( unsigned char REG, unsigned char DATA)
{
Unlock_F81846();
outportb(F81846_INDEX_PORT, REG);
outportb(F81846_DATA_PORT, DATA);
Lock_F81846();
}
//---------------------------------------------------------------------------
unsigned char Get_F81846_Reg(unsigned char REG)
{
unsigned char Result;
Unlock_F81846();
outportb(F81846_INDEX_PORT, REG);
Result = inportb(F81846_DATA_PORT);
Lock_F81846();
return Result;
}
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//
// 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
F81846_H
#define
F81846_H
//---------------------------------------------------------------------------
#define
F81846_INDEX_PORT
#define
F81846_DATA_PORT
//---------------------------------------------------------------------------
#define
F81846_REG_LD
//---------------------------------------------------------------------------
#define F81846_UNLOCK 0x87
#define
F81846_LOCK 0xAA
//---------------------------------------------------------------------------
unsigned int Init_F81846(void);
void Set_F81846_LD( unsigned char);
void Set_F81846_Reg( unsigned char, unsigned char); unsigned char
Get_F81846_Reg( unsigned char);
//---------------------------------------------------------------------------
#endif //
F81846_H
ASB200-918 User Manual
1
(F81846_BASE)
(F81846_BASE+1)
0x07
Appendix
67

Advertisement

Table of Contents
loading

Table of Contents