搜索资源列表
spidmadriver
- 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
CANdriver
- ARM下加一个硬件驱动比较复杂,不象x86下比较标准,需要对bsp包做些改动。can卡驱动的改动主要在中断方面,因为它使用的是共享中断。-ARM introduction of a more complex hardware-driven, unlike under the x86 standard for comparison. bsp packets need to do alterations. The card can drive major changes in the suspens
a
- 用C编写的在DOS下使用的中断服务程序,用C编写的在DOS下使用的中断服务程序。
Interrupt
- 使用C语言进行的中断服务程序编写、安装和使用,内存驻留。
irqtest
- 用gpio9作中断,点亮gpio10。主要用来学习使用中断。
readsectorwithinterrupt
- 使用中断读写扇区, 使用中断读写扇区。
gpio
- 2812中断实例,可以直接下载填充部分内容即可直接使用-2812 interruption
try
- 使用51单片机的定时器中断写的波形发生器-51 microcontroller timer interrupt write waveform generator
series_drivers
- 内容简介: 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍, 本文不再进行说明.-Descr iption: This paper introduces the Linux serial port driver under the level
VCOPT
- VC++使用OPT页面置换算法的程序示例,OPT页面置换算法来实现当页表中发现所要访问的页面不在内存时调入内存,使内存的资源得以充分利用。本课题主要的目的是为了在虚拟页式存储管理中,当进程运行时,发生缺页中断时,使用一种很好的页面置换算法,使系统性能变得更好。-VC++ using the OPT page replacement algorithm sample program, OPT page replacement algorithm to achieve when the page t
INT4567
- 44b04567外部中断代码,已经测试,可以放心使用-44b04567 external interrupt code has been tested, you can rest assured that the use of
uclinux-uart
- 这个是nios核在linux下的应用程序,比较通用,测试过,没有问题。不过没有中断没有使用中断。-This is nios nucleus in an application under linux, more generic, tested, no problem. However, do not use interrupts without interruption.
KeyDriver
- 自己开发的源码,其中key_driver\irq_button\irqs_buttons.c是arm2410开发板上的使用中断的按键驱动。-Develop their own source code, which key_driver \ irq_button \ irqs_buttons.c is arm2410 development board using the interruption key driver.
lab5
- microblaze的定时器与中断控制器的使用-microblaze timer and interrupt controller for use
kbd
- 使用四个中断的方式实现了4*4的键盘,是矩阵是键盘-Be achieved using the four interrupt 4* 4 keyboard, a keyboard matrix is
interrupt
- 实现中断服务的程序,PC机用户可使用的硬件中断只有可屏蔽中断,由8259中断控制器管理。中断控制器用于接收外部的中断请求信号,经过优先级判别等处理后向CPU发出可屏蔽中断请求,灯亮来表明中断实现.-Interrupt service program to achieve, PC machine users can use hardware interrupts may be maskable interrupt only by the 8259 interrupt controller mana
signal
- 信号是在软件层次上对中断机制的一种模拟,是进程间通信机制中唯一的异步通信机制。 示例中给出了信号的使用方法-Signal in linux looks like software interrupt mechanism and it is the only asynchronous communication mechanism in inter-process communication. Example codes shows us how to use the signal.
Linux-driver-development9
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第9章、Linux设备驱动中的异步通知与异步I/O。在设备驱动中使用异步通知可以使得对设备的访问可进行时,由驱动主动通知应用程序进行访问。这样,使用无阻塞I/O的应用程序无须轮询设备是否可访问,而阻塞访问也可以被类似“中断”的异步通知所取代。 9.1节讲解了异步通知的概念和作用,9.2节讲解了Linux异步通知的编程方法,9.3节讲解了增加异步通知的globalfifo驱动及其在用户空间的验证。-Aut
zdusb
- 中断方式的USB开发上位机程序【键盘,鼠标使用些方式】初学者可以学习-Interrupt the host computer' s USB development program [keyboard, mouse, beginners can use to learn some ways to see]
Interrupt
- TQ2440开发板的中断使用,是从ADS移植到keil的,能够按键实现中断,中断控制LED。-TQ2440 development board discontinue use keil transplant from ADS, capable of keys to achieve interrupt, interrupt control LED.