代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/241464/13143434
lst temp-control.lst
C51 COMPILER V6.12 TEMP_CONTROL 09/07/2007 15:03:22 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE TEMP_CONTROL
OBJECT MODULE PLAC
www.eeworm.com/read/241374/13149264
h tempctrl.h
#ifndef __TEMPCTRL_H__
#define __TEMPCTRL_H__
//korfi
//13/09/2006
//#include
#include
#include
#include
////////////////////////////////////////////
www.eeworm.com/read/241372/13149504
h vckeil.h
#ifndef __VCKEIL_H__
#define __VCKEIL_H__
#define code
#define xdata
#define sbit char
#define bit char
#define sfr unsigned int
#define interrupt
////////////////////////////////
www.eeworm.com/read/326187/13157823
c withpc.c
#pragma SRC
#include
#include
#define TRUE 1
#define FALSE 0
#define LampComm P0_0
//以上语句定义主机正在通讯闪灯信号
#define SelectComm1 P0_1
#define SelectComm2 P0_2
#define
www.eeworm.com/read/326187/13158890
c adda.c
//#pragma SRC
#include
#include
#define TRUE 1
#define FALSE 0
#define DELAY_VALUE 3
#define ATODHIGH 0x0700 //00000111
#define ATODLOW 0x0F00 //00001
www.eeworm.com/read/325579/13195615
c sh104.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
sbit L0=P2^0;
sbit L1=P2^1;
sbit L2=P2^2;
sbit L3=P2^3;
void delays(void)
{
uchar i;
for(i=3
www.eeworm.com/read/240515/13215952
h pio.h
#ifndef PIO_H
#define PIO_H
#include
//sbit BEEP=P3^5;
unsigned char KEY=0;
sbit K1=P3^2;
sbit K2=P3^3;
sbit K3=P3^4;
sbit K4=P3^5;
sbit p00=P0^0;
sbit p01=P0^1;
sbit p02=P0^2;
www.eeworm.com/read/240514/13216044
h pio.h
#ifndef PIO_H
#define PIO_H
#include
//sbit BEEP=P3^5;
unsigned char KEY=0;
sbit K1=P3^2;
sbit K2=P3^3;
sbit K3=P3^4;
sbit K4=P3^5;
sbit p00=P0^0;
sbit p01=P0^1;
sbit p02=P0^2;
www.eeworm.com/read/240480/13216809
i timer.i
#line 1 "Code\Timer.c" /0
#line 1 "C:\KEIL\C51\INC\REG52.H" /0
sfr P0 = 0x80;
sfr P1 = 0x90;
sfr P2 = 0xA0;
sfr P3 = 0xB0;
sfr PSW = 0xD0;
sfr ACC = 0xE
www.eeworm.com/read/240480/13216899
i ddc.i
#line 1 "Code\Ddc.c" /0
typedef unsigned char Byte;
#line 1 "Header\DDC.h" /0
#line 1 "HEADER\Main_def.h" /0
#line 1 "HEADER\CHAR_DEF.H" /0