E m b e d d e d C o n t r o l l e r
T K S - G 2 0 - L N 0 5
Appendix B DIO
B-7
status
IO_Delay(1);
if ((Temp & 0x02) == 1)
//termination of command ?
{
return 0;
}
if ((Temp & 0x40) == 0)
//status OK ?
{
return 0;
}
if ((Temp & 0x04) == 1)
//device
error
{
return -1;
}
}
return
-1;
}
int SMBusCheckComplete(unsigned int SMBus_Base)
{
unsigned int result;
result = inportb(SMBSMBUS_REG_STATUS);
if((result
&
(SMBUS_STATUSSMBUS_STATUS_BUSMBUS_S
TATUS_DEVICSMBUS_STATUS_HOST_BUSY)) != 0)
return
0;
else
Содержание TKS-G20-LN05
Страница 10: ...Embedded Controller T K S G 2 0 L N 0 5 Chapter 1 General Information 1 1 General Chapter 1 Information ...
Страница 18: ...Embedded Controller T K S G 2 0 L N 0 5 Chapter 2 Quick Installation Guide 2 4 Solder Side ...
Страница 31: ...Embedded Controller T K S G 2 0 L N 0 5 Chapter 3 AMI BIOS Setup 3 1 AMI Chapter 3 BIOS Setup ...
Страница 34: ...Embedded Controller T K S G 2 0 L N 0 5 Chapter 4 Driver Installation 4 1 Driver Chapter 4 Installation ...
Страница 46: ...Embedded Controller T K S G 2 0 L N 0 5 Appendix B DIO B 1 DIO Appendix B ...