代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

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

main.c

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

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

avos.h

/***************************************************************************** * avos.h - Accu-Vote Operating System header file * * Copyright (c) 1997 Global Election Systems Inc. * * The author

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

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

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

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

isr_trap_stubs.c

/************************************ * Default Exception Handler Stubs * ************************************/ #include "isr_stubs.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_