代码搜索:sbit

找到约 10,000 项符合「sbit」的源代码

代码结果 10,000
www.eeworm.com/read/302438/13835798

h config.h

/*---------------------------------------------------------------------------------------------------------------- 文件名称:Config.h 功能描述:端口定义和RAM配置 输入参数:无 输出参数:无 特殊说明:根据具体分配的地址,重新设定各值 //-----------
www.eeworm.com/read/302438/13835801

h config.h

/*---------------------------------------------------------------------------------------------------------------- 函数名称:Config.h 功能描述:端口配置 输入参数:无 输出参数:无 特殊说明:在不同的单片机应用系统中,需要做相应调整 //-------------
www.eeworm.com/read/302360/13837097

h drive_functions.h

#define uchar unsigned char #define uint unsigned int #define DI P00 #define RW P01 #define CS1 P02 #define CS2 P03 #define E P04 uchar chip_select=1; uchar color=0x00; bit black_flag=0;
www.eeworm.com/read/302061/13842867

h head.h

#define uchar unsigned char #define uint unsigned int #define date P1 //1602数据线 /************************************************************/ sbit rs=P3^5; sbit rw=P3^6; sbit e=P3^7;
www.eeworm.com/read/301844/13847578

c 中断.c

#include #include #include #define CS(ADDR) XBYTE[ADDR] typedef unsigned int uint; typedef unsigned char uchar; sbit CS=P1^4; sbit CLK=P1^7; sbit DIO=P1^6;
www.eeworm.com/read/301844/13847580

lst 中断.lst

C51 COMPILER V7.06 謃__ 01/01/2008 14:10:55 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE 謃__ OBJECT MODULE PLACED IN 中断.O
www.eeworm.com/read/301566/13856647

lst code.lst

C51 COMPILER V7.50 CODE 10/12/2007 13:06:44 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE CODE OBJECT MODULE PLACED IN Co
www.eeworm.com/read/301566/13856651

c code.c

/********************************************************************* ********************************************************************** **项目名称:电磁脉冲振打控制系统(控制板程序) **作 者:周文委 浙江工业大学电子工程系
www.eeworm.com/read/152843/5661050

c l3_1tr6.c

/* $Id: l3_1tr6.c,v 2.15.2.3 2004/01/13 14:31:25 keil Exp $ * * German 1TR6 D-channel protocol * * Author Karsten Keil * Copyright by Karsten Keil * * This s
www.eeworm.com/read/152021/5677460

c 12-5c.c

//#pragma SRC #include #include #define TRUE 1 #define FALSE 0 #define LampComm P0_0 //以上语句定义主机正在通讯闪灯信号 #define SelectComm1 P0_1 #define SelectComm2 P0_2 #define S