代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/156368/11808430
lst stakeout.lst
C51 COMPILER V7.10 STAKEOUT 02/03/2005 10:39:01 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE STAKEOUT
OBJECT MODULE PLACED I
www.eeworm.com/read/259217/11815188
bak test.h.bak
#ifdef __SRC
#define EXTERN
#else
#define EXTERN extern
#endif
#include "Reg932.h"
#include "INTRINS.H"
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned lon
www.eeworm.com/read/345421/11816150
h hal.h
///////////////////////////hal.h//////////////////////////
#include "AT89X52.H"
#include
sbit MCU_LED1=P1^0;
sbit MCU_LED2=P1^1;
sbit MCU_LED3=P1^2;
sbit MCU_LED4=P1^3;
sbit SWM
www.eeworm.com/read/345332/11820680
c 10.1.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
#define N 128 /*定采样长度,如128点*/
sbit BYTE=P1^0;
sbit RC=P1^1;
sbit BUSY=P1^2; /*定义特殊位*/
int xda
www.eeworm.com/read/156149/11824385
h global.h
#ifndef __GLOBAL_H__
#define __GLOBAL_H__
#include "reg54.h"
#include
#include
#include
#include
#include
#include
typede
www.eeworm.com/read/258925/11832241
h config.h
/****************************************************************************************
//莫先明
//2007-11-09
****************************************************************************************
www.eeworm.com/read/258925/11832267
bak config.bak
/****************************************************************************************
//莫先明
//2007-11-09
****************************************************************************************
www.eeworm.com/read/258851/11837348
lst hkhensel.lst
C51 COMPILER V7.06 HKHENSEL 10/20/2004 20:54:27 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE HKHENSEL
OBJECT MODULE PLACED I
www.eeworm.com/read/258851/11837554
c cfctrlv10.c
/*############################################################################
鼎立照明 16级灰度护栏灯控制器程序
创建时间:2004-10-21
硬件资源:
RAM ADDRESS :0000H---7FFFH
CF card ADDRESS:8000H---8FFFH
CPLD ADDRESS:9000
www.eeworm.com/read/258849/11838138
c b20.c
#include
sbit P00=P0^0;
sbit P01=P0^1;
sbit SCL=P0^2;
sbit SDA=P0^3;
sbit DQ=P0^4; //DS18B20 DQ线
sbit P10=P1^0;
sbit P11=P1^1;
sbit P12=P1^2;
bit temp;
unsigned int a;