ITA-5831 User Manual
70
chk_smbus_ready(); //wheater SMBUS is ready return
(inportb(SMBU 5)); // Byte value read from SM 5
}
/////////////////////////////////////////////////////////////////////
void smbus_write_byte(BYTE addr, BYTE offset, BYTE value)
// Write SMBUS Register byte value. Write one byte value each time.
addr is slave address (such as 0x40), and offset is register offset
{
int i;
outportb(SMBU 4, addr); // Write slave address to
SM 4 (When writing, slave address bit 0 should be set as 0)
moredelay();
//longerdelay
moredelay();
//longerdelay
chk_smbus_ready(); //wheater SMBUS is ready
outportb(SMBU 3, offset);// write register offset to
SMB_BASE +3.
moredelay();
//longerdelay
moredelay();
//longerdelay
outportb(SMBU 5, value);// Write data value to
SM 5
moredelay();
//longerdelay
moredelay();
//longerdelay
outportb(SMBU 2, 0x48); // Write SMBUS command to
SM 2.. 0x48 means starting byte data transmission.
moredelay();
//longerdelay
moredelay();
//longerdelay
for (i = 0; i <= 0x100; i++)
{
newiodelay();//longerdelay
}
chk_smbus_ready(); //wheater SMBUS is ready
}
Содержание ITA-5831 Series
Страница 10: ...ITA 5831 User Manual x ...
Страница 11: ...Chapter 1 1 Overview Introduction Specifications Power Information Environmental Specifications System Diagram ...
Страница 14: ...ITA 5831 User Manual 4 1 5 System Diagram Figure 1 1 ITA 5831 System Diagram ...
Страница 16: ...ITA 5831 User Manual 6 ...
Страница 17: ...Chapter 2 2 H W Installation Introduction Jumpers and Connectors I O Connectors ...
Страница 26: ...ITA 5831 User Manual 16 ...
Страница 29: ...19 ITA 5831 User Manual Chapter 3 System Setup Figure 3 2 Mini PCIe Installation ...
Страница 32: ...ITA 5831 User Manual 22 Figure 3 6 Easy Swap Module Installation 2 Figure 3 7 COM Module ITA EM SR61 001AE ...
Страница 34: ...ITA 5831 User Manual 24 Figure 3 10 Battery Module ITA BA61 00A1E ...
Страница 37: ...Chapter 4 4 BIOS Settings ...
Страница 64: ...ITA 5831 User Manual 54 ...
Страница 68: ...ITA 5831 User Manual 58 ...
Страница 69: ...59 ITA 5831 User Manual Chapter 5 Driver Installation ...
Страница 72: ...ITA 5831 User Manual 62 ...
Страница 73: ...Chapter 6 6 GPIO Programming Guide ...
Страница 84: ...ITA 5831 User Manual 74 ...
Страница 85: ...Appendix A A Watchdog Timer ...
Страница 90: ...ITA 5831 User Manual 80 ...
Страница 91: ...Appendix B B BSMI RoHS Declaration ...
Страница 93: ...Appendix C C Chinese Language Safety Instructions and Battery Information ...
Страница 95: ...85 ITA 5831 User Manual Appendix C Chinese Language Safety Instructions and Battery Information ...