代码搜索:interrupt-driven
找到约 229 项符合「interrupt-driven」的源代码
代码结果 229
www.eeworm.com/read/124583/14558083
txt readme.txt
ledflash
========
This is a simple interrupt-driven LED flasher, which runs on an ARM Integrator
Board. It reads the switches on the board to determine the LED flash speed
and pattern. The r
www.eeworm.com/read/283498/9015980
txt ser.txt
Interrupt-Driven Serial Port I/O Package
========================================
One major problem the the PC's BIOS is the lack of good interrupt driven
I/O support for the serial port. The BI
www.eeworm.com/read/274450/10871407
c main.c
/*
** Copyright (C) ARM Limited, 2000. All rights reserved.
*/
/*
** This example illustrates a RPS-based interrupt-driven timer, suitable for
** embedded applications. This has a main() fun
www.eeworm.com/read/12865/249899
c main.c
/*
** Copyright (C) ARM Limited, 2000. All rights reserved.
*/
/*
** This example illustrates a RPS-based interrupt-driven timer, suitable for
** embedded applications. This has a main() fun
www.eeworm.com/read/341774/12066020
c c8051f120-i2c-simulate.c
// Example software to demonstrate the C8051F12x SMBus interface in
// Master mode.
// - Interrupt-driven SMBus implementation
// - Only master states defined (no slave or arbitration)
// - 1-by
www.eeworm.com/read/222772/14674143
doc kernel.doc
The 8052 Real-Time Multi-Tasking Executive
(0) INTRODUCTION
An interrupt-driven multi-processing architecture has been designed for the
Intel 8051-family of processors, complete wi
www.eeworm.com/read/222772/14674136
lib kernel.lib
;;; An interrupt-driven multi-processing library for the Intel 8052.
;;; This package requires an 80C52-compatible microprocessor with at least
;;; 256k of indirectly addressible RAM. All interrupts
www.eeworm.com/read/7654/126091
asm vectors.asm
*VECTORS.ASM provided by TI to set up interrupt vectors
*If ISR is used, put branch to it in appropriate vector location
* .ref ISR if interrupt-driven
.ref _c_int00
.sect "vect
www.eeworm.com/read/278891/10490123
c iserial.c
/*
* Serial port driver for 16Cxx mid-range PIC devices
* (Interrupt-driven)
*
* Copyright (C) 1997 HI-TECH Software.
* Author: Jeremy Bennett
*
* Comments:
*
*
www.eeworm.com/read/278891/10490131
bak iserial.c.bak
/*
* Serial port driver for 16Cxx mid-range PIC devices
* (Interrupt-driven)
*
* Copyright (C) 1997 HI-TECH Software.
* Author: Jeremy Bennett
*
* Comments:
*
*