American Megatrends MI802 User Manual page 59

Intel cedar trail + nm10 mini-itx motherboard
Table of Contents

Advertisement

//---------------------------------------------------------------------------
void Dio3SetDirection(unsigned char NewData)
{
//NewData : 1 for input, 0 for output
Set_F81866_LD(0x06);
Set_F81866_Reg(0x88, NewData);
}
//---------------------------------------------------------------------------
unsigned char Dio3GetDirection(void)
{
unsigned char result;
Set_F81866_LD(0x06);
result = Get_F81866_Reg(0x88);
return (result);
}
//---------------------------------------------------------------------------
MI802 User's Manual
APPENDIX
//switch to logic device 6
//switch to logic device 6
55

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

802

Table of Contents