代码搜索:硬件中断
找到约 10,000 项符合「硬件中断」的源代码
代码结果 10,000
www.eeworm.com/read/239710/13260413
c ls164.c
#define LS164_C
#include "includes.h"
/******************************************/
//该硬件为74ls164+cd4511
/******************************************/
void init164(void)
{
DDRD |= (1
www.eeworm.com/read/316037/13531820
c i2c.c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 硬件I2C总线演示程序 */
/* 作者:ntzwq@wx88.
www.eeworm.com/read/316037/13531832
_c i2c._c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 硬件I2C总线演示程序 */
/* 作者:ntzwq@wx88.
www.eeworm.com/read/315211/13548700
c 1-1.c
/*1-1.c*/
#include "graphics.h"
main( )
{
int gdriver, gmode;
detectgraph(&gdriver, &gmode); /*自动测试硬件*/
printf("driver is %d, mode is %d\n", gd
www.eeworm.com/read/301619/13853686
asm 12864.asm
;********************************************************************************
;* 标题: ME300系列单片机开发系统演示程序 - 12864LCD(不带字库)演示 *
;* 硬件: ME300A+,ME300B
www.eeworm.com/read/301619/13853688
bak 12864.asm.bak
;********************************************************************************
;* 标题: ME300系列单片机开发系统演示程序 - 12864LCD(不带字库)演示 *
;* 硬件: ME300A+,ME300B
www.eeworm.com/read/301619/13853899
asm wl009.asm
;********************************************************************************
;* 标题: ME300系列单片机开发系统演示程序 - 1602LCD显示演示程序 *
;* 硬件: ME300A+,ME300B
www.eeworm.com/read/301619/13853910
c wl009.c
/*******************************************************************************
* 标题: ME300系列片机开发系统演示程序 - 1602LCD显示演示程序 *
* 硬件: ME300A+,ME300B
www.eeworm.com/read/409572/11318947
c 1-1.c
/*1-1.c*/
#include "graphics.h"
main( )
{
int gdriver, gmode;
detectgraph(&gdriver, &gmode); /*自动测试硬件*/
printf("driver is %d, mode is %d\n", gd
www.eeworm.com/read/259379/11804832
h arch.h
//◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆硬件平台定义◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
//◆文件名称:arch.h
//◆文件说明:
//◆文件作者:翟 鹏
//◆创建日期:2005年5月
//◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
#ifndef ARCH_H ...