
Appendix
ASB200-918 User Manual
67
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
1
//---------------------------------------------------------------------------
#define
F81846_INDEX_PORT
(F81846_BASE)
#define
F81846_DATA_PORT
(F8181)
//---------------------------------------------------------------------------
#define
F81846_REG_LD
0x07
//---------------------------------------------------------------------------
#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
Summary of Contents for ASB200-918 Series
Page 1: ...ASB200 918 Fanless System with 3 5 Disk Size SBC System User s Manual Version 1 0 October 2020...
Page 8: ...viii ASB200 918 User Manual THIS PAGE IS INTENTIONALLY LEFT BLANK...
Page 16: ...8 ASB200 918 User Manual 1 7 Dimensions Unit mm...