代码搜索:SystemError
找到约 198 项符合「SystemError」的源代码
代码结果 198
www.eeworm.com/read/364672/9898619
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/357193/10213926
c pcf8591.c
//-----------------------函数声明,变量定义------------------------
#include
#include
sbit SDA=P1^3; // 将p1.1口模拟数据口
sbit SCL=P1^0; // 将p1.0口模拟时钟口
www.eeworm.com/read/279942/10375205
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/279942/10375216
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/421702/10709151
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/421702/10709153
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/416847/11012451
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/416847/11012453
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/396722/8093439
c adc.c
#include "include.h"
unsigned char H_AD=0; //H_AD 用于存储高八位A/D转换结果
unsigned char L_AD=0; //L_AD 用于存储低八位A/D转换结构
bit SystemError=0; // 从机错误标志位
extern uchar ad_tare_k;
float ad_tare;
/*--------
www.eeworm.com/read/396722/8093490
bak adc.bak
#include "include.h"
unsigned char H_AD=0; //H_AD 用于存储高八位A/D转换结果
unsigned char L_AD=0; //L_AD 用于存储低八位A/D转换结构
bit SystemError=0; // 从机错误标志位
extern uchar ad_tare_k;
float ad_tare;
/*--------