代码搜索:胶泥缓冲器
找到约 188 项符合「胶泥缓冲器」的源代码
代码结果 188
www.eeworm.com/read/155856/5618335
c adc0809_1.c
#include
unsigned char xdata * ADC; /* 定义ADC0809端口指针 */
unsigned char xdata * ADCdata; /* 定义ADC0809数据缓冲器指针 */
unsigned char i;
void main() {
ADC=0
www.eeworm.com/read/303308/13818564
asm 电子时钟.asm
SDA BIT P1.0 ;I2C总线定义
SCL BIT P1.1
KEY BIT P1.2
ACK BIT 10H ;应答标志位
ZLG7290 EQU 70H ;ZLG7290的器件地址
MTD EQU 40H ;发送数据缓冲器
MRD EQU 49H ;发送数据缓冲器
SLA DATA 50H ;器件的从地址
SUBA DATA 51H ;器件的子地
www.eeworm.com/read/362938/9974557
c uart.c
#include
#include "MAX485.h"
uchar temp[8];
data uchar Tbuffer[TCOUNT]; //定义发送缓冲区
data uchar Rbuffer[RCOUNT];//定义接受缓冲器
data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9974804
c uart.c
#include
#include "MAX485.h"
uchar temp[8];
data uchar Tbuffer[TCOUNT]; //定义发送缓冲区
data uchar Rbuffer[RCOUNT];//定义接受缓冲器
data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9974895
c uart.c
#include
#include "MAX485.h"
uchar temp[8];
data uchar Tbuffer[TCOUNT]; //定义发送缓冲区
data uchar Rbuffer[RCOUNT];//定义接受缓冲器
data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9974979
c uart.c
#include
#include "MAX485.h"
uchar temp[8];
data uchar Tbuffer[TCOUNT]; //定义发送缓冲区
data uchar Rbuffer[RCOUNT];//定义接受缓冲器
data unsigned char Tpointer; //定义
www.eeworm.com/read/362938/9975070
c uart.c
#include
#include "MAX485.h"
uchar temp[8];
data uchar Tbuffer[TCOUNT]; //定义发送缓冲区
data uchar Rbuffer[RCOUNT];//定义接受缓冲器
data unsigned char Tpointer; //定义
www.eeworm.com/read/128443/14298614
h com_int.h
/*** 串口1有关寄存器的说明 ******
0x3f8 : 发送缓冲器,接收缓冲器
0x3f9 : 中断允许寄存器.
D7 D6 D5 D4 D3 D2 D1 D0
* * * * MODEM错 接收错 发送保持器空 接收数据完毕
0x3f8,0x3f9,DLAB=1 : 送除法锁存器,BAU
www.eeworm.com/read/109080/15564645
asm xc.asm
BUSCZG DATA 22H ;倒计时初值个位寄存器
BUSCZS DATA 23H ;倒计时初值十位寄存器
BUSG DATA 20H ;LED显示个位缓冲器
BUSS DATA 21H ;LED显示十位缓冲器
JCW DATA 25H ;定义标志寄存器
JCW1 BIT JCW.0 ;判断修改后的初值是否小于20S自检标志位,小于则赋20S给
www.eeworm.com/read/363350/9957884
c rtc.c
#include"reg935.h"
#include"UserDef.h"
uint idata delayCount;
uchar data recCurrentTimeBuf[7]; //暂存当前时间缓冲器[0]=世纪[1]=年[2]=月[3]=日[4]=时[5]=分[6]=秒
extern uint data delayTime;
extern uchar dat