搜索资源列表
ADV7181C-New-100714
- ADV7180 wince驱动源代码。基于三星S3C6410的ADV7180 wince驱动程序。ARM。-ADV7180 linux driver source code. Samsung S3C6410 based ADV7180 linux drivers. ARM.-ADV7180 wince driver source code. Samsung S3C6410 based on the ADV7180 wince drivers. ARM.-ADV7180 linux driver
WINCE驱动程序快速入门
- 有人也许和我一样比较心急,想尽快知道如何去写一个具体的驱动程序,这里,假设您对驱动程序已经有比较好的了解,告诉大家一个快速上路的方法-Some may like me more anxious, wants to know how to write a specific driver, here, on the assumption that your driver has a better understanding, tell you a quick way of the road
LINUXDRIVERDESIGN
- 嵌入式Linux驱动程序开发 设备驱动程序实际是处理和操作硬件控制器的软件,从本质上讲,是内核中具有最高特权级的、驻留内存的、可共享的底层硬件处理例程。驱动程序是内核的一部分,是操作系统内核与硬件设备的直接接口,驱动程序屏蔽了硬件的细节,完成以下功能-Embedded Linux driver development device driver is actually handling and operation of the hardware controller software, in