搜索资源列表
s3c44b0iic
- S3C44B0 I2C的uCLINUX的驱动程序(铁电存储器FM24系列,若针对AT24系列只需在写操作中增加延时即可),本驱动士原创且经过测试。-S3C44B0 I2C uCLINUX of the Driver (ferroelectric memory YPCC series against AT24 Series if only in write operation can be increased latency), the original drive with which the
2
- 完成Linux下的串口程序,串口发送延时程序-Achieve under Linux serial proceedings, serial send delay procedures
Linux-driver-development10
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
UnixSocketIO
- Linux进程间通讯的一种,本地Socket通讯,用C封装成非常简单的库,一共5个接口,支持阻塞延时,还有demo程序。-Linux inter-process communication a local Socket communication using C encapsulated into a very simple library, a total of five interfaces to support the blocking delay, as well as the demo