-
在驱动中实现设备变化通知,并且获取设备相关信息,类似于应用层中device change消息的处理,cool...
在驱动中实现设备变化通知,并且获取设备相关信息,类似于应用层中device change消息的处理,cool-In the driver for device change notification, and the acquisition of equipment related information, similar to the application layer in the device change message processing, cool! ! ! !
- 2022-05-23 18:18:45下载
- 积分:1
-
Shuimu held infrared
水木行红外驱动,650的,很好用,大家支持一下,谢谢了-Shuimu held infrared-driven, 650, is useful, what we support, I thank the
- 2022-05-17 05:05:01下载
- 积分:1
-
4×3键盘驱动AVR
4x3 keyboard driver for avr family
- 2023-01-11 19:50:03下载
- 积分:1
-
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助...
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助-TW2834 driver design. Standard values in all registers, including the design. For understanding the TW2834 with ITU656 very helpful
- 2022-03-12 10:32:56下载
- 积分:1
-
USB读写示例,使用cypress68031
USB读写示例,使用cypress68031-usb read write
- 2023-06-03 18:25:02下载
- 积分:1
-
atmel9263
atmel9263-ek开发板nandflash测试程序,自己写的-atmel9263-ek development board the NANDFLASH test procedures, wrote it myself
- 2022-09-06 12:25:02下载
- 积分:1
-
ndis filter 驱动程序源代码,需要的朋友可以
ndis filter 驱动程序源代码,需要的朋友可以-ndis filter driver source code, can look at the Friends of the required
- 2022-05-15 18:10:02下载
- 积分:1
-
用DriverWorks开发的usb基本驱动程序,很有参考价值
用DriverWorks开发的usb基本驱动程序,很有参考价值-A basic USB driver powered by DriverWorks. It is much worth reading.
- 2022-03-13 16:38:05下载
- 积分:1
-
EZLOADER驱动程序源代码,从买来的开发板光盘上复制下来的,共享一下!...
EZLOADER驱动程序源代码,从买来的开发板光盘上复制下来的,共享一下!-EZLOADER driver source code from the purchased development board CD-ROM copy, and share some!
- 2022-08-12 14:53:11下载
- 积分:1
-
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限...
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。
该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。
-CharFilter_Class CharFilter example of the perfect examples. In CharFilter example, we define four global variables, which does not conform to the WDM driver, which limits the IRP, can be used, we should use local variables. The examples READ_COMPLETION_INFO definition of a structure, when DeviceControl call, on the allocation of a target structure, parameter setting after the end of this structure on the address pointer on the object I. FileObject ()- gt; FsContext China.
- 2022-08-26 07:06:15下载
- 积分:1