代码搜索结果

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

uart.c

/************************************************************************* Title: Interrupt UART library with receive/transmit circular buffers Author: Peter Fleury http://

pend.cpp

#include #include #include #include #include #include #include #include "userlib.h" #include "sv_pci.h" #include

irq_pio.s

#------------------------------------------------------------------------------ #- ATMEL Microcontroller Software Support - ROUSSET - #----------------------------------------------------

uart.c

/************************************************************************* Title: Interrupt UART library with receive/transmit circular buffers Author: Peter Fleury http://

icoc.h

/********************************************************************** * FileName: icoc.h * Compiler: MPLAB C30 **********************************************************************/ #ifndef I

icu.h

/* icu.h */ #define ICU1 0x20 /* I/O port address, 8259A #1 */ #define ICU2 0xA0 /* I/O port address, 8258A #2 */ #define OCR ICU1 /* Operation Command Register */ #define IMR (ICU1+1) /

irq.c

/***************************************************************************** * irq.c: Interrupt handler C file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Sem

intr.h

/******************************************************************************/ /* INTR.H - TMS320C6x Peripheral Support Library Interrupt Support */ /*

main.c

#include "c6711_init.h" interrupt void c_int11()//中断函数 { int sample_data; sample_data=mcbsp0_read(); ////处理函数//// mcbsp0_write(sample_data & 0xfffe);//屏蔽AD535作为控制的LSB,输出高15位 r

dwc_otg_cil_intr.c

/* ========================================================================== * * Synopsys HS OTG Linux Software Driver and documentation (hereinafter, * "Software") is an Unsupported proprietary w