代码搜索结果

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

interrupt.h

/* interrupt.h */ #ifndef _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H #include #include #include #include #include #i

interrupt.h

//***************************************************************************** // // interrupt.h - Prototypes for the NVIC Interrupt Controller Driver. // // Copyright (c) 2005-2008 Luminary Micr

interrupt.exp

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2007, 2008 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GN

interrupt.c

#include #include #include #include int main () { char x; int nbytes; #ifdef usestubs set_debug_traps(); breakpoint(); #endif printf ("talk to me ba

interrupt.c

/* $Id: interrupt.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software may be used and distributed according to the terms * of t

interrupt.c

/* drivers/net/tulip/interrupt.c Maintained by Jeff Garzik Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may

interrupt.h

/* interrupt.h */ #ifndef _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H #include #include #include #include #include #i

interrupt.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **

interrupt.lst

C51 COMPILER V6.20c INTERRUPT 03/04/2003 21:06:21 PAGE 1 C51 COMPILER V6.20c, COMPILATION OF MODULE INTERRUPT OBJECT MODULE PLACED

interrupt.c

#pragma small #include void initmpu(void)//串口初始化 { TMOD=0x20; TL1=0xff; //波特率57600 TH1=0xff; SCON=0xd8; //方式3,有偶校验 PCON=0x80; //波特率加倍 IE=0x90; TR1=1; } void getch(void