-
SDIO device drivers. Describes how to use bus driver, so SDIO device initializat...
SDIO设备驱动。介绍了如何利用总线驱动,使SDIO设备初始化,接收中断,发送和接收数据等操作。-SDIO device drivers. Describes how to use bus driver, so SDIO device initialization, interrupt reception, send and receive data such as operation.
- 2022-02-24 16:27:55下载
- 积分:1
-
bttv WDM驱动程序
bttv wdm driver
- 2022-01-26 07:03:50下载
- 积分:1
-
Bus Programming AT24C Series E2PROM chip address for the fixed part of 1010, A2,...
总线编程
AT24C系列E2PROM芯片地址的固定部分为1010,A2、A1、A0引脚接高、低电平后得到确定的3位编码。-Bus Programming AT24C Series E2PROM chip address for the fixed part of 1010, A2, A1, A0 then pin high, low-level to be determined after the three coding.
- 2022-03-12 16:35:08下载
- 积分:1
-
tty driver* This driver shows how to create a minimal tty driver. It does not re...
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.- tty driver* This driver shows how to create a minimal tty driver. It does not rely on* any backing hardware, but creates a timer that emulates data being received* from some kind of hardware.
- 2023-04-25 19:10:02下载
- 积分:1
-
WINXP下的ICE驱动程序源码,驱动程序练习
WINXP下的ICE驱动程序源码,驱动程序练习-ICE under WINXP driver source code, driver training
- 2022-02-01 22:22:44下载
- 积分:1
-
用于选择结构元素的大小,程序给出噪声对应的结构元素尺寸
用于选择结构元素的大小,程序给出噪声对应的结构元素尺寸-Used to select the size of structural elements, the program is given the structure of the corresponding noise element size
- 2022-03-06 00:24:20下载
- 积分:1
-
a simple hardware
一个简单的硬件驱动入门程序范例,WMD模式,用DRIVERSTUDIO+SDK+VC++6开发-a simple hardware-driven induction procedures example WMD mode DRIVERSTUDIO SDK with the development of VC 6
- 2023-03-13 23:05:03下载
- 积分:1
-
在驱动里面获取可执行文件(PE文件)版本相关信息,cool
在驱动里面获取可执行文件(PE文件)版本相关信息,cool-Get in the driver inside the executable file (PE files) version of the relevant information, cool! ! !
- 2022-07-17 00:09:12下载
- 积分:1
-
Based on the windows ce environment for smart card
基于windows ce环境下对smart card 基于pc/sc架构下驱动例程-Based on the windows ce environment for smart card-based pc/sc driver routines structure
- 2023-06-18 11:30:04下载
- 积分:1
-
Early in the device driver development process, it’s important to devote some th...
Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a text file with the file extension INF to control most of the activities associated with installing drivers. You provide the INF file. It goes either on a diskette or on a disc that you package with the hardware, or else Microsoft makes it available on line or on a setup disc. In the INF file, you tell the operating system which file or files to copy onto the end user’s hard disk, which registry entries to add or modify, and so on.
- 2022-04-13 02:52:26下载
- 积分:1