kernel里面的中断代码分析 Index : 1.1 涉及到的代码简单分析 1.2 中断处理函数是如何被called ?(转载的,参考,了解流程即可,具体代码不必深究) 1.3 s3c2410 里面的中断控制器的细节分析,以及general的中断原理 1.4 外部中断控制器的分析(与GPIO有关)
上传时间: 2014-01-25
上传用户:tzl1975
BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse: Get the most out of the built-in applications Take control of email with filters, searches, and more Rev up your mobile gaming--whether you re an arcade addict or poker pro Browse the web, chat over IM, and keep up with news and weblogs Work with office documents, spell check your messages, and send faxes Become more secure, lock down your BlackBerry and stash secure information somewhere safe Manage and monitor the BlackBerry Enterprise Server (BES) and Mobile Data System (MDS) Create web sites that look great on a BlackBerry Develop and deploy BlackBerry applications
标签: BlackBerry computing enhance mobile
上传时间: 2016-12-07
上传用户:GavinNeko
用于STM32开发板,可以通过板上的GPIO接口来配置实现通过USB来控制屏幕上的鼠标
上传时间: 2013-12-24
上传用户:guanliya
made by: kangkai data:2008.11.23 this one is used to test arm7 str71x. use a led to test GPIO. a---------P0.0 b---------P0.1 c---------P0.2 d---------P0.3 e---------P0.4 f---------P0.5 g---------P0.6 just run it and you will see the led to show 0-9 all the time.
上传时间: 2016-12-16
上传用户:moerwang
DSP6713实现的卷积算法程序。文件包是调试后的全部工程文件,包括下载文件out和工程文件pjt
上传时间: 2013-12-02
上传用户:rishian
Implement a phone book system for employees of a company. Your program will output the following menu (1) Enter an employee and a phone pair to the system (2) Lookup an employee s phone number (3) Find out who is/are the person(s) of a given number (4) How many people are currently in the system (5) Delete an employee from the system (6) Output all employees name‐phone pair (7) How many phone numbers total in the current system (8) Quit When
标签: Implement employees following company
上传时间: 2013-12-17
上传用户:zhangliming420
用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! 选自最新C语言精华(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!
标签: C语言
上传时间: 2013-12-20
上传用户:kelimu
本示例程序是STM32的一个综合测试程序,主要演示了GPIO、TIMER、NVIC、UART等功能
上传时间: 2016-12-29
上传用户:tzl1975
The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. * The source files for the AVRcam had the author name and copyright information added back into them after the judging of the project, since it states in the competition rules that the author s name can not be present during their inspection. * The included source files are the ones that were submitted for the entry into the Circuit Cellar contest. I have continued to develop the AVRcam, and have added several new features (such as ignoring objects that aren t larger than a minimum size, removing tracked objects that overlap with each, and some general optimizations). If you are interested in the latest source, email me at john@jrobot.net * For more info about the AVRcam, check out http://www.jrobot.net John Orlando August 20, 2004
标签: distribution version AVRcam source
上传时间: 2016-12-30
上传用户:GavinNeko
是easyarm1138的通用输入输出口实例 例程是基于《Stellaris系列驱动库》编写的。 对LED和KEY的编程,采用封装好“驱动库”模式,只要在工程里添加LED和KEY的驱动程序,就能运用自如。 例如对LED的操作就很简单: LED_Init(LED1) // 只初始化LED1,而对LED2和LED3所在的GPIO管脚无影响 LED_Init(LED1 | LED2 | LED3) // 同时初始化3只LED LED_On(LED2 | LED3) // 同时点亮LED2和LED3,而LED1的状态保持不变 此外还有LED_Off()和LED_Toggle()两个操作函数,用法都是类似的。
标签: Stellaris easyarm 1138 LED
上传时间: 2014-08-12
上传用户:cylnpy