代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/342097/12041499

h i2c.h

/*****************************************/ /* Copyright (c) 2005, 通信工程学院 */ /* All rights reserved. */ /* 作 者:戴 佳 */ /*****************************************
www.eeworm.com/read/341991/12048492

h iic.h

#define IIC_READ 0XA1 //定义读指令 #define IIC_WRITE 0XA0 //定义写指令 #define NOP _nop_() #define uchar unsigned char #define uint unsigned int #include "reg52.h" #define IIC_READ 0XA1 //定义读指令
www.eeworm.com/read/341985/12048578

c lc振荡频率.c

#include #include #include #define Uint unsigned int #define Uchar unsigned char sbit R = P3^7; sbit W = P3^6; sbit IoClk = P1^0; sbit Address = P1^1; sbi
www.eeworm.com/read/152859/12077537

lst block1.lst

C51 COMPILER V7.50 BLOCK1 11/17/2005 23:12:26 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE BLOCK1 OBJECT MODULE PLACED IN
www.eeworm.com/read/341355/12090038

lst ds1302-1.lst

C51 COMPILER V7.20 DS1302_1 07/12/2008 10:26:13 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE DS1302_1 OBJECT MODULE PLACED I
www.eeworm.com/read/341321/12093409

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/152573/12101808

txt 内存区域(memory areas)的定义--关键字.txt

内存区域(Memory Areas) 1. Pragram Area: 由Code说明可有多达64kBytes的程序存储器 2. Internal Data Memory: 内部数据存储器可用以下关键字说明: data:直接寻址区,为内部RAM的低128字节 00H~7FH idata:间接寻址区,包括整个内
www.eeworm.com/read/341202/12102851

lst main.lst

C51 COMPILER V7.07 MAIN 07/02/2006 19:56:23 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/152401/12117000

h hal4sys.h

/* //************************************************************************* // // P H I L I P S P R O P R I E T A R Y // // COPYRIGHT (c) 1999 BY
www.eeworm.com/read/340953/12118167

c isd4004.c

//参考程序A: ISD4004.C //从分段地址0000H 开始录音,连续录音120秒后停止录音1秒钟, //再从ISD4004分段地址0000H 开始放音,再连续放音120秒后停止放音。 #include //ISD4004.C 用SPI接口操作ISD4004录放音的程序 #include //按下KEY4为录音操作.放开KE