代码搜索:硬件中断

找到约 10,000 项符合「硬件中断」的源代码

代码结果 10,000
www.eeworm.com/read/258296/4357665

c 中断查询.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit KEY_1 =P1^4; // 将p1.4定义为KEY_1 sbit KEY_2 =P1^5; // 将p1.5定义为KEY_2 sbit KE
www.eeworm.com/read/394911/8202718

c 中断查询.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 sbit INT_0 =P3^2; // 将p3.2外部中断0 unsigned char COUNT_TI; /
www.eeworm.com/read/292734/8337267

c 中断查询.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 sbit INT_0 =P3^2; // 将p3.2外部中断0 unsigned char COUNT_TI; /
www.eeworm.com/read/368448/9694075

c 中断方式.c

/* CONSOLE.C -- serial I/O code */ /* Initialize serial port hardware and variables */ #include "serint.h" void SerInitialize() //串口初始化函数 { SerFlags = 0; FlagTransIdle =
www.eeworm.com/read/170734/9792208

rar 中断发.rar

www.eeworm.com/read/170734/9792209

rar 中断收.rar

www.eeworm.com/read/269474/11097333

c 时钟中断.c

/********************************************************************************************************** * * 电子科技大学嵌入式软件工程中心 版权所有 * * Copyright (C) 2007 UE
www.eeworm.com/read/413516/11153099

c 中断查询.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #define KEY P1 sbit INT_0 =P3^2; // 将p3.2外部中断0 unsigned char COUNT_TI; /
www.eeworm.com/read/413516/11153429

c 中断查询.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include sbit KEY_1 =P1^4; // 将p1.4定义为KEY_1 sbit KEY_2 =P1^5; // 将p1.5定义为KEY_2 sbit KE
www.eeworm.com/read/238210/13902512

c 外部中断.c

#include #define uchar unsigned char sbit p33=P3^3; uchar j,k,m; void delay(uchar x) {uchar y; for(;x>0;--x)for(y=0;y