Welcome![Sign In][Sign Up]
Location:
Search - interrupt driven i2c

Search list

[Other resourceSMBus

Description: This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or arbitration) // - Timer4 used by SMBus for SCL low timeout detection // - SCL frequency defined by <SMB_FREQUENCY> constant
Platform: | Size: 31506 | Author: 蓝天 | Hits:

[MiddleWareuCOS_I2C

Description: μCOS-II下LPC213x的I2c主模式底层驱动 结合中断方式 根据ATPCS优化原则 减少读写参数 4 原来由邮箱传递更改为查询方式 (个人原创)-μCOS-II under LPC213x the bottom of the I2C master mode interrupt-driven approach combines ATPCS optimization in accordance with the principle of reducing the read-write parameter 4 to change the original by mail delivery information on the way (personal original)
Platform: | Size: 5120 | Author: 赖皮 | Hits:

[SCMSMBus

Description: This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or arbitration) // - Timer4 used by SMBus for SCL low timeout detection // - SCL frequency defined by <SMB_FREQUENCY> constant- This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). //- Interrupt-driven SMBus implementation //- Only master states defined (no slave or arbitration) //- Timer4 used by SMBus for SCL low timeout detection //- SCL frequency defined by <SMB_FREQUENCY> constant
Platform: | Size: 31744 | Author: 蓝天 | Hits:

[Driver Developlinuxdriver_code_tool

Description: 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book is to introduce a Linux device driver development theories, frameworks and examples of the book, the book version of the kernel to Linux 2.6 is based on details of spin locks, semaphores, output, interrupt the top/at the end of the first half, timer , memory and I/O mapping as well as asynchronous notification, blocking I/O, non-blocking I/O such as Linux device driver theory character device, block device, TTY device, I2C devices, LCD devices, audio devices, USB devices, network devices, PCI devices, such as Linux device driver architecture and the framework of various complex data structure and function relationships, and on a large number of Linux-driven development of a large number of examples so that readers can be an independent development of all types of Linux device drivers.
Platform: | Size: 25064448 | Author: keke | Hits:

[Embeded-SCM DevelopTwi_Subs

Description: avr asm i2c driver for master or slave mode. interrupt-driven.
Platform: | Size: 2048 | Author: cyn | Hits:

[Otherlinux_device_driver.rar

Description: 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。,This book is an introduction to Linux device driver development theory, framework instance books, book modeled on Linux 2.6 kernel version, described in detail spin locks, semaphores, Output, interrupt the top/bottom half, timer,Linux device driver theory memory and I/O mapping as well as asynchronous notification, blocking I/O, non-blocking I/O and other character devices, block devices, TTY devices, I2C devices, LCD devices, audio devices, USB devices, network equipment,PCI devices and other Linux device driver architecture and framework complex data architecture and function of the relationship, and explained to a large number of instances of a large number of Linux-driven development to enable readers to independent development of all types of Linux device driver.
Platform: | Size: 13873152 | Author: harry feng | Hits:

[Embeded-SCM DevelopTwi_Subs

Description: avr asm i2c driver for master or slave mode. interrupt-driven.
Platform: | Size: 2048 | Author: iceswh | Hits:

[SCMNUMLED

Description: IAR开发环境下,单片机用的是STM8S207RB,基于自编的RTOS,任务驱动,串口及I2C通讯均采用中断函数,键盘及数码管动态扫描,调试板用STLINK仿真器调试通过。-The IAR development environment, using a single-chip STM8S207RB, based on the self RTOS, task-driven, serial and I2C communications are interrupt function, keyboard and digital tube dynamic scan, debug board with STLINK emulator debugging.
Platform: | Size: 1374208 | Author: zhangren | Hits:

[ARM-PowerPC-ColdFire-MIPSF0xx_SMBus_EEPROM

Description: 本程序是基于C8051F100的一个小程序,针对C8051F100的IO、时钟、中断等进行了初始化的设置,同时主要实现了SMBUS总线的控制程序,对于本单片机的学习比较有帮助。- This example demonstrates how the C8051F0xx ( F005 family) SMBus interface can communicate with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). //- Interrupt-driven SMBus implementation - Only master states defined (no slave or arbitration) Timer3 used by SMBus for SCL low timeout detection
Platform: | Size: 6144 | Author: wanyanfei | Hits:

[Embeded-SCM DevelopEFM8BB2_I2C

Description: I2C通讯实例,单片机和单片机之间的通讯(// Example software to demonstrate the I2C Slave interface. // - Interrupt-driven I2C Slave implementation // - Only slave states defined // - 1-byte I2C Slave data holder used for both transmit and receive // - Timer3 used by I2C Slave for SCL low timeout detection // - ARBLOST support included)
Platform: | Size: 5120 | Author: Redcell | Hits:

CodeBus www.codebus.net