联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 驱动编程(182) 
按平台查找All C/C++(182) 

[驱动编程] ch374驱动

CH374是一个USB总线的通用接口芯片,支持USB-HOST主机方式和USB-DEVICE/SLAVE设备方式,内置3端口HUB根集线器,支持低速和全速的控制传输、批量传输、中断传输以及同步/等时传输。在本地端,CH374具有8位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上。除此之外,CH374还提供了节约I/O引脚的SPI串行通讯方式,通过3线或者4线SPI串行接口以及中断输出与单片机/DSP/MCU/MPU等相连接。
CH374 is a universal interface chip for USB bus, supports USB-HOST host mode and USB-DEVICE / SLAVE device mode, built-in 3-port HUB root hub, supports low-speed and full-speed control transmission, batch transmission, interrupt transmission, and synchronization / isochronous transmission. At the local end, CH374 has an 8-bit data bus and read, write, chip select control lines, and interrupt output, which can be easily connected to the system bus of a microcontroller / DSP / MCU / MPU controller. In addition, CH374 also provides a SPI serial communication method that saves I / O pins. It is connected to a single-chip computer / DSP / MCU / MPU through a 3- or 4-wire SPI serial interface and interrupt output. (2020-03-16, C/C++, 3089KB, 下载4次)

http://www.pudn.com/Download/item/id/1584364452326877.html

[驱动编程] 8549057USBFilter1

usb过滤驱动WDM(和KDM)是分层的,在构造设备栈时,IO管理器可以使一个设备对象附加到另外一个初始驱动程序创建的设备对象上。与初始设备对象相关的驱动程序决定的IRP,也将被发送到附加的设备对象相关的驱动程序上。这个被附加的驱动程序便是过滤驱动程序。过滤驱动可以在设备栈的任何层次中插入。IO管理器发出的IRP将会沿着右图的顺序从上往下传递并返回。因此,我们可以使用过滤驱动程序来检查、修改、完成它接收到的IRP,或者构造自己的IRP。
The USB filter driver WDM (and KDM) is hierarchical, and when you build the device stack, the IO manager can attach a device object to the device object created by another initial driver. The IRP, which is determined by the driver associated with the initial device object, will also be sent to the driver associated with the attached device object. This additional driver is the filter driver. (2017-09-13, C/C++, 11855KB, 下载14次)

http://www.pudn.com/Download/item/id/1505273401859396.html

[驱动编程] ST7789HSTM_V1.0

介绍ST7789驱动屏内核的文档,仔细的描述了每个寄存器的功能,相应位的设置说明。
Introduction ST7789 screen kernel driver documentation carefully describes the function of each register, the corresponding bit of the setup instructions. (2016-07-25, C/C++, 2659KB, 下载20次)

http://www.pudn.com/Download/item/id/1469416553179374.html

[驱动编程] 20160301spiok

IAR环境下W5500软件驱动,客户端程序,192.168.0.105. 5000端口号。调用函数和寄存器操作混合使用,加快网口速度。
请键入文字或网站地址,或者上传文档。 取消 IAR huánjìng xià W5500 ruǎnjiàn qūdòng, kèhù duān chéngxù,192.168.0.105. 5000 Duānkǒu hào. Diàoyòng hánshù hé jìcúnqì cāozuò hùnhé shǐyòng, jiākuài wǎng kǒu sùdù.The IAR environment W5500 driver software, the client program, 192.168.0.105. 5000 port number. Call the function and operation of the register used in combination to accelerate the network port speed. (2016-03-09, C/C++, 889KB, 下载2次)

http://www.pudn.com/Download/item/id/1457503625805426.html

[驱动编程] TAS5713C

TI数字功放TAS5713驱动程序,对TAS5713内部寄存器及EQ作调整。
TI TAS5713 digital amplifier driver, TAS5713 internal registers and EQ adjustments. (2014-04-23, C/C++, 3KB, 下载30次)

http://www.pudn.com/Download/item/id/2519383.html

[驱动编程] USIM

SOC芯片的USIM卡驱动,包括测试程序。含有ICC基本初始化程序,SIM接口控制器初始化程序,UICC中断处理例程,卡稳定插入中断处理例程,卡启动流程完成中断处理例程。
SOC chip USIM card drivers, including test procedures. ICC containing basic initialization procedure, SIM interface controller initialization procedure, UICC interrupt handling routine, stable card insertion interrupt handling routine, the card boot process complete interrupt handling routine. (2013-05-30, C/C++, 16KB, 下载51次)

http://www.pudn.com/Download/item/id/2264478.html

[驱动编程] camera

SOC芯片摄像头驱动程序,包括测试程序。含有摄像头寄存器的读写基本操作。 文件列表: camera_gpio_sccb.c camera_gpio_sccb.h camera_i2c_sccb.c camera_i2c_sccb.h camera_test.c camera_test.h ov7660.h
CMMB mobile TV camera driver, including the test procedure. (2013-05-30, C/C++, 27KB, 下载15次)

http://www.pudn.com/Download/item/id/2264408.html

[驱动编程] 6410MDK_Project

这是s3c6410在MDK下的裸机程序(其中包含LED、LCD、定时器等一些代码),是学习arm11的入门资料,又给很多习惯了用MDK开发的同学带来很多方便。
This is s3c6410 under the MDK bare-metal procedures (including LED, LCD, timer and other code), is to learn arm11 introductory material, and for many accustomed to MDK develop students bring many convenient. (2013-05-09, C/C++, 466KB, 下载22次)

http://www.pudn.com/Download/item/id/2235761.html

[驱动编程] RTL2832

dab接收器rtl2832+4000的驱动源码,研究dab硬件的可以借鉴一下
dab receivers rtl2832+4000 driver source code, can learn dab hardware (2013-03-26, C/C++, 130KB, 下载57次)

http://www.pudn.com/Download/item/id/2174253.html

[驱动编程] get-process-SessionId

在驱动开发中为了支持RDP模式,经常在内核驱动中要获取一个进程的终端ID(SessionId),即任务管理器中的"会话ID"列。 在应用层获取SessionId的方法很多比如WTSEnumerateProcesses函数,但是在内核中的方法目前我只知道一方法,现在分享给大家, 关键技术是:通过ZwQueryInformationProcess或NtQueryInformationProcess方法,使用ProcessSessionInformation类型获取SessionId,废话少说帖上代码。
get SessionId of process in kernel (2013-03-15, C/C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2160178.html

[驱动编程] libzplay-2.02-src

库集成了所有支持格式(mp3, mp2, mp1, ogg, flac, ac3, aac, oga, wav and pcm )的编码解码器。库本身是由WINAPI编写,你无须额外的库,也不需要MFC / .NET的支持,只能在Windows下运行。 库直接对声卡播放音乐,简单容易。仅仅3行代码(创建类,打开文件,开始播放),你就可以播放音乐。 使用所支持的编码器,你也同样可以直接从声卡上录制声音(microphone, line-in, CD, ...)和把录制的声音保存到磁盘。 简单,简单,再简单。。。。。。在你的应用程序中只需3行代码便可播放和录制声音。
The library integrates all supported formats (mp3, mp2, mp1, ogg, flac, ac3, aac, oga, wav and pcm) codec. The library itself is written by WINAPI, you do not need the extra library does not need MFC/NET support can only run under Windows. Library directly to the sound card to play music simple and easy. Just three lines of code (create, open the file to start playing), you can play music. Supported by the encoder, you can also directly from the sound card recording voice (microphone, line-in, CD, ...) and the recorded sound is saved to disk. Simple, simple, and could not be easier. . . . . . Only three lines of code in your application, you can play and record sound. (2013-03-08, C/C++, 4625KB, 下载33次)

http://www.pudn.com/Download/item/id/2152125.html

[驱动编程] ccc11100drrvc

cc1100的驱动driver程序源码,主要是控制其内部的功能寄存器,,因为这个芯片内部集成了morden,所以控制比较简单易懂。 可直接使用。
cc1100 driver driver program source code, mainly to control its internal functions of the register, because this chip integrated within the morden, so control is relatively simple to understand. Can be used directly. (2012-06-10, C/C++, 3KB, 下载5次)

http://www.pudn.com/Download/item/id/1908422.html

[驱动编程] TL16C550A

本文件夹中的代码是“TL16C550A”的驱动代码。 main.c 该文件包括了main主函数以及TL16C550A的初始化函数 TL16C550A.C 该文件包括了TL16C550读写寄存器、重启芯片等函数。
The code in this folder is " TL16C550A" the driver code. The file main.c contains the main function and the main initialization function TL16C550A.C TL16C550A includes TL16C550 read and write the file register, restart chips function. (2010-06-24, C/C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/1222694.html

[驱动编程] (OReilly)WindowsNT_FileSystemInternals_DevelopersG

Rajeev Nagar著,O Reilly出版社出版。 本书重点在解释Windows NT的I/O子系统,缓存管理器,虚拟内存管理器的内部实现细节。特别地,它关注NT平台上文件系统驱动和过滤驱动的实现方式,这些都需要以上几个组件的支持。
Over the past three years, Windows NT has come to be regarded as a serious, stable, viable, and highly competitive alternative to most other commercially available operating systems. It is also one of the very few new commercially released operating systems that has been developed more or less from scratch in the last 15 years, and can claim to have achieved a significant amount of success. However, Microsoft has not yet documented, in any substantial manner, the guts of this increasingly important platform. This has resulted in a dearth of reliable information available on the internals of the Windows NT operating system. This book focuses on explaining the internals of the Windows NT I/O subsystem, the Windows NT Cache Manager, and the Windows NT Virtual Memory Manager. In particular, it focuses on file system driver and filter driver implementation for the Windows NT platform, which often requires detailed information about the above-mentioned components. (2009-12-21, C/C++, 10871KB, 下载15次)

http://www.pudn.com/Download/item/id/1012401.html

[驱动编程] httpdisk

httpdisk 是一个windows上虚拟磁盘驱动,能够透过http协议挂载网络服务器上的磁盘或cd/dvd镜像.同时在此驱动也展示了如何通过tdi协议进行内核层网络通信.
HttpDisk is a virtual disk driver for Windows that uses HTTP to mount disk or CD/DVD images from a web server. It is also a demonstration on how to do network communication from kernel mode on Windows using the TDI interface. (2009-09-02, C/C++, 52KB, 下载58次)

http://www.pudn.com/Download/item/id/898093.html

[驱动编程] USBdriverProgramming

USB转换器开发的硬件设计思路,简述在DDK基础上USB设备驱动程序的构建步骤及过程,分析了用户所需进行的源代码设计内容
USB converter developed hardware design ideas, outlined in the DDK based on the USB device driver to build the steps and processes, analyze the user requirements for the design of the contents of the source code (2008-07-11, C/C++, 467KB, 下载40次)

http://www.pudn.com/Download/item/id/508608.html

[驱动编程] nand

这是一个片内flash的驱动程序,包括最接近底层的寄存器操作和str710的板子初始化的代码,相当详细。
This is a flash-chip drivers, including those closest to the bottom of the register operation and str710 the code to initialize the board, in considerable detail. (2008-01-05, C/C++, 104KB, 下载8次)

http://www.pudn.com/Download/item/id/389078.html

[驱动编程] ext_flash

这是一个扩展flash的驱动程序,包括最接近底层的寄存器操作和str710的板子初始化的代码,相当详细。
This is an extension of flash drivers, including the closest to the bottom of the register operation and str710 code to initialize the board, in considerable detail. (2008-01-05, C/C++, 93KB, 下载12次)

http://www.pudn.com/Download/item/id/389077.html

[驱动编程] WindowsCE_DriversDevelop

Windows CE 设备驱动程序开发指南 PDF扫描版本 第一章 Windows CE 设备驱动程序工具包介绍 第二章 开发本机设备驱动程序 第三章 开发流接口设备驱动程序 第四章 声音驱动程序 第五章 打印机驱动程序 第六章 显示器的驱动程序 第七章 通用串行总线驱动程序 第八章 NDIS网络驱动程序 第九章 块设备驱动程序
Windows CE Device Driver Development Guide PDF version of the first chapter scanning Window 's CE Device Driver Kit on the second chapter of the development of device drivers for the third chapter development process flow interface equipment Flooding Chapter IV action procedures voice Driver V printer driver Chapter VI Display Driver Chapter VII Universal Serial Bus Driver for NDIS Chapter VIII Network Driver chap block device driver (2007-04-16, C/C++, 4250KB, 下载281次)

http://www.pudn.com/Download/item/id/268844.html

[驱动编程] ucos2 显示驱动

并用编程实现两种LCD 驱动方式的基本原 理和方法;1.用总线方式直接驱动带有驱动模块的LCD。 2.用ARM 内置的LCD 控制器来驱动LCD。
programming using two LCD driver means the basic principles and methods; 1. With direct bus driver with the LCD driver modules. 2. ARM with a built-in LCD controller to drive the LCD. (2005-11-14, C/C++, 17KB, 下载65次)

http://www.pudn.com/Download/item/id/124312.html
总计:182