代码搜索:SystemError

找到约 198 项符合「SystemError」的源代码

代码结果 198
www.eeworm.com/read/219970/14857884

c consistency_at24c512.c

#include #include #define uchar unsigned char #define uint unsigned int #define ulint unsigned long int //#define WDI P3_4 uint AT24c64_address ; //A2,A1,A0,接GND。EEPROM
www.eeworm.com/read/413516/11153342

lst pcf8563-01.lst

C51 COMPILER V7.06 PCF8563_01 05/05/2005 00:25:59 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE PCF8563_01 OBJECT MODULE PLACED
www.eeworm.com/read/413516/11153346

c pcf8563-01.c

#include #include sbit SDA=P1^0; // 将p1.0口模拟数据口 sbit SCL=P1^1; // 将p1.1口模拟时钟口 #define MIN 0x02 //秒寄存器 #define SEC 0x0
www.eeworm.com/read/365994/9837241

c at24c64(pass).c

#include #include //#define WDI P3_4 #define AT24c64_address 0xa0 //A2,A1,A0,接GND。EEPROM的控制字节,具体形式为(1)(0)(1)(0)(A2)(A1)(A0)(R/W),其中R/W=1, //表示读操作,R/W=0为写操作,A2,A1,A0为EEPROM的
www.eeworm.com/read/281535/9151050

c i2c.c

//I2C驱动程序(C51)-万能程序 #include "reg51.h" #include "intrins.h" unsigned char SystemError; sbit SCL= P1^6; //定义串行时钟线所在口 使用时根据自己的需要来定义 sbit SDA= P1^7; //定义串行数据线所在口 使用时根据自己的需要来定义 #define SomeNOP()
www.eeworm.com/read/149476/5699484

h updatecallbackgui.h

// UpdateCallbackGUI.h #ifndef __UPDATE_CALLBACK_GUI_H #define __UPDATE_CALLBACK_GUI_H #include "../Common/Update.h" #include "../../FileManager/Resource/ProgressDialog2/ProgressDialog.h" c
www.eeworm.com/read/138727/5815141

h updatecallbackgui.h

// UpdateCallbackGUI.h #ifndef __UPDATE_CALLBACK_GUI_H #define __UPDATE_CALLBACK_GUI_H #include "../Common/Update.h" #include "../../FileManager/Resource/ProgressDialog2/ProgressDialog.h" c
www.eeworm.com/read/429594/8800604

txt 13.3.2用两个普通io模拟i2c总.txt

#ifndef SDA #define SDA P0-0 #define SCL P0-1 #endif extern uchar SystemError; #define uchar unsigned char #define uint unsigned int #define Byte unsigned char #define Word unsigned in
www.eeworm.com/read/285298/8852070

txt 13.3.2用两个普通io模拟i2c总.txt

#ifndef SDA #define SDA P0-0 #define SCL P0-1 #endif extern uchar SystemError; #define uchar unsigned char #define uint unsigned int #define Byte unsigned char #define Word unsigned in