代码搜索:中断驱动

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

代码结果 10,000
www.eeworm.com/read/235221/14081066

bak tenms.bak

#include /*****************************************************************************************************/ // 定时器0中断 /*********************************************************
www.eeworm.com/read/353964/10401132

log buildchk_wxp_x86.log

BUILD: Computing Include file dependencies: BUILD: Examining f:\驱动开发\fenceng directory for files to compile. Compiling f:\驱动开发\fenceng directory ******************** 'nmake.exe /c BUILDMSG=Stop. -i
www.eeworm.com/read/353964/10401146

log buildchk_wnet_ia64.log

BUILD: Computing Include file dependencies: BUILD: Examining f:\驱动开发\fenceng directory for files to compile. Compiling f:\驱动开发\fenceng directory ******************** 'nmake.exe /c BUILDMSG=Stop. -i
www.eeworm.com/read/274466/10870573

c pcf8563.c

/******************************************************* // I2C总线驱动程序+PCF8563驱动-------PCF8563-Drivers.c //定义F0为非应答标志位 /******************************************************* 电路连接: SDA
www.eeworm.com/read/150259/12301614

c vfd.c

** 描 述: VFD模块的驱动函数, 驱动芯片为 UPD16311 引脚连线见原理图 ** 版 本: ******************************************************************/ #include "include.h" // PIN 定义 //commands #define
www.eeworm.com/read/277375/10643689

txt nrf401收发程序1.txt

nRF401无线收发串口中断服务程序 /*------------------------------------ nRF401无线收发串口中断服务程序 ------------------------------------*/ void sioproc() interrupt SIO_VECTOR using 1 { unsigned char i; unsi
www.eeworm.com/read/453116/7426563

_c test_int0._c

//********************************************************* //测试功能:外部中断0上升沿产生中断 //测试方法:用studio仿真 //测试结果:ok //时钟频率:外部8m //管脚分配: //注意事项: //完成时间:2009.03.15 //**********************************
www.eeworm.com/read/225831/14514097

c lcd.c

/* This file is designed for the LCD display.*/ /*It is designed by Lijingjiao*/ /*Control: SED1520 LCD NAME: MGLS100*32*/ #include "gp32.h" /*开中断*/ #define cli() _asm("cli\n") /*关中断*/ #de
www.eeworm.com/read/396323/8115104

c dexinmeng_drive.c

/* Linux2.4 驱动编程实例 功能简述: 实现一个简单的设备驱动,没有具体设备也可以实现测试,故: 当实现设备驱动程序接口的open、release和ioctl函数时,利用printk函数向内核空间输出标志信息; 当实现设备驱动程序接口的read函数时, 用户空间读进程会向内核空间请求length个字符数据,那么内核空间会给用户空间length个相同的字符数据; 当实现设备驱动程序接口的 ...
www.eeworm.com/read/396323/8115107

c~ dexinmeng_drive.c~

/* Linux2.4 驱动编程实例 功能简述: 实现一个简单的设备驱动,没有具体设备也可以实现测试,故: 当实现设备驱动程序接口的open、release和ioctl函数时,利用printk函数向内核空间输出标志信息; 当实现设备驱动程序接口的read函数时, 用户空间读进程会向内核空间请求length个字符数据,那么内核空间会给用户空间length个相同的字符数据; 当实现设备驱动程序接口的 ...