代码搜索:out_data
找到约 581 项符合「out_data」的源代码
代码结果 581
www.eeworm.com/read/451690/7458194
c ioput.c
#include "c6x11dsk.h"
#include "c6x.h"
void mcbsp0_write(int out_data) //串口写
{
*(unsigned volatile int *)McBSP0_DXR = out_data;
}
int mcbsp0_read() //串口读
{
int temp;
temp = *(
www.eeworm.com/read/440753/7682051
c wl006.c
/*******************************************************************************
* 标题: 伟纳电子ME300B单片机开发系统演示程序 - AT93C46读写演示程序 *
* 文件: wl006.C
www.eeworm.com/read/440198/7692764
h ssd1289.h
void Init_IO(void);
void DelayNS(unsigned int time);
void send_command(unsigned int out_data);
void send_data(unsigned int out_data);
unsigned int rece_data(void);
void write_com(unsigned int ad
www.eeworm.com/read/435817/7783627
dit regidex.dit
class CRegIdEx
{
// clock
in Ph0:1
in Ph1:1
// inputs
in in_RegWrite:1
in in_RegDst:1
in in_ALUSrc:1
in in_NotJal:1
in in_ALUOp:4
in in_MemRead:3
in in_Me
www.eeworm.com/read/435817/7783683
dit ex.dit
// create the objects in this stage
object CMux2 AluMuxA
object CMux2 AluMuxB
object CiAlu Alu
object CAluControl AluControl
object CMux2 RegDstMux
object CMux2 NotJalMux
object CConstant31 C
www.eeworm.com/read/399795/7835855
lst 9346su.lst
C51 COMPILER V7.50 9346SU 10/11/2008 18:56:28 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 9346SU
OBJECT MODULE PLACED IN
www.eeworm.com/read/399795/7835859
c 9346su.c
/*******************************************************************************
* 93C46读写 8路跑马灯方式数码管显示 *
* 从地址0x00开始写入数据"1-8",然后再读出送数码管显示。 *
*硬件连接:数码管数据接P0,数码管控制接P2,9
www.eeworm.com/read/198811/7909630
c ioput.c
#include "c6x11dsk.h"
#include "c6x.h"
void mcbsp0_write(int out_data) //串口写
{
*(unsigned volatile int *)McBSP0_DXR = out_data;
}
int mcbsp0_read() //串口读
{
int temp;
temp = *(
www.eeworm.com/read/325191/13220750
c 93c46.c
#include
#include
//define OP code
#define OP_EWEN_H 0x00 // 00 write enable
#define OP_EWEN_L 0x60 // 11X XXXX write enable
#define OP_EWDS_H 0x00 // 00