技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
发布时间:2015-06-25 14:50:18
<br /><br />ACPI简介<br /><br /><br />_ADR — The address of the object (bus and device specific)<br />_STA — The current status of the object/device<br />_HID — The hardware ID of the object (string)<br />_UID — The Unique ID of the object (string)<br />_SUB — The Subsystem ID of the o.........【阅读全文】
发布时间:2015-06-25 14:42:09
I2cTest.efi write 2 0x33 0x3d 0xff<br />stall 20000<br />I2cTest.efi write 2 0x33 0x00 0x40<br />I2cTest.efi read 2 0x33 0x00 <br />stall 1000<br />I2cTest.efi write 2 0x33 0x00 0x40<br />I2cTest.efi write 2 0x33 0x36 0x51<br /><br /><br />I2cTest.efi write 2 0x33 0x04 0x01<br /.........【阅读全文】
发布时间:2015-06-25 13:55:42
NTSTATUS<br />I2CSensorReadRegister(<br />_In_PDEVICE_CONTEXTpDevice,<br />_In_ULONGindex,<br />_In_BYTEregaddress,//寄存器地址<br />_In_size_tregByteLength,//寄存器字节长度<br />_Out_BYTE*pOutputBuffer,<br />_Out_size_t*ReadLength<br />)<br />/*++<br /><br /><br .........【阅读全文】
发布时间:2015-06-25 13:51:12
<br />#pragma region LED Colour equally<br />#pragma endregion LED Colour equally<br />......【阅读全文】