代码搜索:Interrupt
找到约 10,000 项符合「Interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/467122/7017977
c fet140_i2c_16.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes/Reads with Slave, Rptd Start
//
// Description: This example shows the
www.eeworm.com/read/466396/7034654
c main.c
#include "interrupt.h"
#include "led.h"
int ain()
{
//初始化寄存器
init();
// delay();
// led(1,1);
init_interrupt();
while(1);
return 0;
}
www.eeworm.com/read/466008/7042926
c isr.c
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/466008/7042927
c 复件 isr.c
/*************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/465754/7045100
txt led flash.txt
#include
#define T0_INTERRUPT 1 //T0中断向量号
#define LED P1
typedef unsigned char uchar;
typedef unsigned int uint;
void Init_T0();
void main()
{
LED = 0xFF; //熄灭所有的LED
www.eeworm.com/read/465599/7050072
inc 2440addr.inc
;====================================================================
; File Name : 2440addr.a
; Function : S3C2440 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision : Pr
www.eeworm.com/read/292510/7110989
inc 2440addr.inc
;====================================================================
; File Name : 2440addr.a
; Function : S3C2440 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision : Pr
www.eeworm.com/read/223129/7121752
inc 2440addr.inc
;====================================================================
; File Name : 2440addr.a
; Function : S3C2440 Define Address Register (Assembly)
; Date : March 27, 2002
; Revision : Pr
www.eeworm.com/read/293555/7129161
h compiler.h
#ifndef _COMPILER_H_
#define _COMPILER_H_
/* 宏定义 */
#define FALSE 0
#define TRUE 1
/* 数据类型定义 */
typedef unsigned char Uchar;
typedef unsigned short Uint16;
typedef signed int Int16;
www.eeworm.com/read/185440/7142401
c fet140_i2c_16.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes/Reads with Slave, Rptd Start
//
// Description: This example shows the