搜索资源列表
i2c-dev
- i2c-dev.c - i2c-bus driver, char device interface
C++_USB-CAN.rar
- C++关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。,C++ On call DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan Photoelectri
C++Builder_USB-CAN.rar
- C++ Builder关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。,C++ Builder call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.c
CAN232B_LabVIEW_Demo
- LABVIEW关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8501 CAN转RS232总线卡开发,二次开发例程。-LABVIEW call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan
activemq-cpp-2.2.6-src.tar
- activemq cms 是总线结构通讯方式一种实现软件库。-activemq cms communication bus architecture is a software library.
on_chip_bus
- 用基于systemcc c++作为建模语言,对芯片的片上总线主设备,从设备,仲裁器,和总线本身进行建模。给出的从设备包括快速存储器,慢速存储器,和通用串口;主设备包括直接型主设备,阻塞型设备,非阻塞型主设备;另外还有总线本身和总线仲裁器。-Based systemcc c++ As a modeling language, on-chip-chip bus masters, from the equipment, arbiter, and bus modeling itself. Given f
VB_Example_USB-CAN
- VB关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。-VB call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan Photoelect
PICI2Cdriver
- iic bus driver in c lanugage
Linux-driver-development15
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形
project
- 广州市公交地铁查询系统,用C写的,支持鼠标操作,可供有需要的朋友参考-Guangzhou City Bus Subway query system, written in C, and mouse support are available for friends to refer
device4
- drivers/s390/cio/device.c ,bus driver for ccw devices driver for Linux.
i2c-parport-light
- i2c-parport-light.c I2C bus over parallel port.
platform
- platform.c - platform pseudo bus for legacy devices -platform.c - platform pseudo bus for legacy devices
ip22-berr
- ip22-berr.c: Bus error handling.
dbus-marshal-recursive-util
- Would be in dbus-marshal-recursive.c, but only used in bus/tests.
dbus-marshal-byteswap-util
- Would be in dbus-marshal-byteswap.c but tests/bus only.
dbus-auth-util
- Would be in dbus-auth.c, but only used for tests/bus.
bus
- linux arch arm common amba.c.When driver_override is set, only bind to the matching driver.
ym_c-dianzhen-8X8GD.C-hicode
- C语言实现8X8点阵滚动显示温度,DS18B20的操作程序 sbit DQ P3^3 unsigned char time //设置全局变量,专门用于严格延时 函数功能:将DS18B20传感器初始化,读取应答信号 出口参数:flag bit Init_DS18B20(void) { bit flag //储存DS18B20是否存在的标志,flag 0,表示存在;flag 1,表示不存在 DQ 1 //先将数据线拉
spidev.c
- * This supports access to SPI devices using normal userspace I/O calls. * Note that while traditional UNIX/POSIX I/O semantics are half duplex, * and often mask message boundaries, full SPI support requires full duplex * transfers. There ar