System Installation
RUBY-D716VG2AR User’s Manual
3-16
{
tmp
=
EC_GetRamByte(EC_PIN4_CTL_ADDR);
tmp
=
0x84;
tmp
&=
~0x40;
EC_SetRamByte(EC_PIN4_CTL_ADDR,
tmp);
}
else
{
tmp
=
EC_GetRamByte(EC_PIN4_CTL_ADDR);
tmp
=
0x40;
tmp
&=
~0x80;
EC_SetRamByte(EC_PIN4_CTL_ADDR,
tmp);
}
break;
case
5:
if
(io_direction)
{
tmp
=
EC_GetRamByte(EC_PIN5_CTL_ADDR);
tmp
=
0x84;
tmp
&=
~0x40;
EC_SetRamByte(EC_PIN5_CTL_ADDR,
tmp);
}
else
{
tmp
=
EC_GetRamByte(EC_PIN5_CTL_ADDR);
tmp
=
0x40;
tmp
&=
~0x80;
EC_SetRamByte(EC_PIN5_CTL_ADDR,
tmp);
}
break;
case
6:
if
(io_direction)
{
tmp
=
EC_GetRamByte(EC_PIN6_CTL_ADDR);
tmp
=
0x84;
tmp
&=
~0x40;
Содержание RUBY-D716VG2AR
Страница 7: ...System Overview RUBY D716VG2AR User s Manual 1 4 1 3 1 Mechanical Drawing...
Страница 8: ...System Overview RUBY D716VG2AR User s Manual 1 5...
Страница 71: ...BIOS Setup Information RUBY D716VG2AR User s Manual 4 26 SMBIOS Event Log Clears SMBIOS events Choices Enter...
Страница 78: ...Troubleshooting RUBY D716VG2AR User s Manual 5 4...