代码搜索:interrupt

找到约 10,000 项符合「interrupt」的源代码

代码结果 10,000
www.eeworm.com/read/105517/15665914

txt readme.txt

Richard Man, ImageCraft richard@imagecraft.com UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one
www.eeworm.com/read/105194/15675427

c main.c

/****************************************************************** * main.c: Main Routine for AVR web server * * Copyright (c) 2001 Atmel Corporation. * All Rights Reserved. * * You are autori
www.eeworm.com/read/105179/15676099

h serial.h

/* * include/linux/serial.h * * Copyright (C) 1992 by Theodore Ts'o. * * Redistribution of this file is permitted under the terms of the GNU * Public License (GPL) */ /* * This is our inter
www.eeworm.com/read/104384/15696395

h avos.h

/***************************************************************************** * avos.h - Accu-Vote Operating System header file * * Copyright (c) 1997 Global Election Systems Inc. * * The author
www.eeworm.com/read/102820/15757285

txt readme.txt

Richard Man, ImageCraft richard@imagecraft.com UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one
www.eeworm.com/read/101738/15821082

txt readme.txt

Richard Man, ImageCraft richard@imagecraft.com UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one
www.eeworm.com/read/192624/8371965

c interruptvector.c

#include "BaseInc.h" #pragma CODE_SEG __NEAR_SEG NON_BANKED /* Interrupt section for this module. Placement will be in NON_BANKED area. */ __interrupt void SCI0_ISR(void) { //接受数据 unsign
www.eeworm.com/read/192624/8372080

c interruptvector.c

#include "BaseInc.h" #pragma CODE_SEG __NEAR_SEG NON_BANKED /* Interrupt section for this module. Placement will be in NON_BANKED area. */ __interrupt void SCI0_ISR(void) { //接受数据 unsign
www.eeworm.com/read/190844/8437648

c isr_trap_stubs.c

/************************************ * Default Exception Handler Stubs * ************************************/ #include "isr_stubs.h" /************************************************************
www.eeworm.com/read/189865/8454028

h usbhal.h

/* * * usbhal.h * * Def's for PDIUSBD12 USB device comm's - "hardware abstraction layer" * Platform-dependent I/O support. * MJB - Nov.2005 */ #ifndef __USBHAL_H__ #define __USBHAL_