代码搜索:DataByte
找到约 117 项符合「DataByte」的源代码
代码结果 117
www.eeworm.com/read/234198/14119589
bak 调试通过的sst89e564rd的内部eeprom的读写程序.c.bak
调试通过的SST89E564RD的内部EEPROM的读写程序
/* 89E564 Extensions */
sfr IPA = 0xF8;
sfr IEA = 0xE8;
sfr SADEN = 0xA9;
sfr SPSR = 0xAA;
sfr AUXR1 = 0xA2;
sfr AUXR = 0x8E;
sfr WDTD = 0x85;
sfr SP
www.eeworm.com/read/231084/14257422
cpp parallelport.cpp
// ParallelPort.cpp: implementation of the CParallelPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ParallelPort.h"
#includ
www.eeworm.com/read/127498/14351663
cpp parallelport.cpp
// ParallelPort.cpp: implementation of the CParallelPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ParallelPort.h"
#includ
www.eeworm.com/read/118302/14876951
cpp parallelport.cpp
// ParallelPort.cpp: implementation of the CParallelPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ParallelPort.h"
#includ
www.eeworm.com/read/335763/12500373
cpp parallelport.cpp
// ParallelPort.cpp: implementation of the CParallelPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ParallelPort.h"
#includ
www.eeworm.com/read/106129/15647006
cpp parallelport.cpp
// ParallelPort.cpp: implementation of the CParallelPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ParallelPort.h"
#includ
www.eeworm.com/read/230937/14265401
h i2c.h
#ifndef I2C
#define I2C
typedef unsigned char byte;
extern bit WRITEBYTE(byte CON_ADDR,byte UNIT_ADDR_H,byte UNIT_ADDR_L,byte DATABYTE);
extern bit READBYTE(byte CON_ADDR,byte UNIT_ADDR_H,
www.eeworm.com/read/228866/14359112
c df_uart.c
#include
#include"DF_UART.h"
#include"XIEYI.h"
#include"PACKET.h"
#define USART_DIR P3DIR //串口方向设置寄存器
#define USART_SEL P3SEL //串口功能设置寄存器
#define USART_IN
www.eeworm.com/read/202490/15381523
txt printer port.txt
(编程控制示例)(为汇编代码)
// 此段代码为并口向打印机进行写数据,并发送控制信息。
#define LPT_CLEAR_MASK 0x40
#define LPT_STROBE_HI 0x0D
#define LPT_STROBE_LO 0x0C
#define LPT_STATUS_BITS 0xF8
#define LPT_BITS_INVERT 0x48
#def
www.eeworm.com/read/270731/11028539
c iic_slave.c
#include "iic_slave.h"
bool i2c_slave_init_send()
{
// IIC Address
unsigned char ret = 0;
TWAR = 0xCC;
I2CSlaveInit();
I2CWaitAck();
ret = I2CChkAck();
if( ret!=I2C_ST_SLA_ACK