代码搜索:out_data

找到约 581 项符合「out_data」的源代码

代码结果 581
www.eeworm.com/read/345183/11831115

lst 93c46.lst

C51 COMPILER V6.12 93C46 07/24/2007 12:13:17 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE 93C46 OBJECT MODULE PLACED IN 9
www.eeworm.com/read/150760/12265185

html kernelproj.html

Contents.m
www.eeworm.com/read/338615/12291965

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/338194/12320080

c 9346su.c

/******************************************************************************* * 93C46读写 8路跑马灯方式数码管显示 * * 从地址0x00开始写入数据"1-8",然后再读出送数码管显示。 * *硬件连接:数码管数据接P0,数码管控制接P2,9
www.eeworm.com/read/148532/12461415

c ex08.c

/******************************************************************************* Title: 演示程序8 - 读写AT93C46 * Name: ex08.c
www.eeworm.com/read/148532/12461420

lst ex08.lst

C51 COMPILER V7.03 EX08 05/23/2005 23:20:59 PAGE 1 C51 COMPILER V7.03, COMPILATION OF MODULE EX08 OBJECT MODULE PLACED IN ex
www.eeworm.com/read/129735/14230589

c adapttb.c

/*ADAPTTB.C-ADAPTIVE FILTER USING ASIN,ACOS */ #define beta 0.004 /*rate of adaptation */ #define N 20 /*order of filter (N+1) */ #define NS 256 /*number of sam
www.eeworm.com/read/213492/15133415

html kernelproj.html

Contents.m
www.eeworm.com/read/475860/6765962

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
www.eeworm.com/read/475860/6765967

lst 93c46.lst

C51 COMPILER V6.12 93C46 05/28/2005 21:58:03 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE 93C46 OBJECT MODULE PLACED IN .