代码搜索:LED_DISPLAY
找到约 1,437 项符合「LED_DISPLAY」的源代码
代码结果 1,437
www.eeworm.com/read/319966/13438397
c power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
*****************************************/
#in
www.eeworm.com/read/319966/13438770
c power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
*****************************************/
#in
www.eeworm.com/read/319467/13451487
c main.c
#include
#include
#include "Target\44blib.h"
extern void Datagram_test(void);
/********************************************/
// ARMSYS实验二十七:TCP/IP协议栈——UDP的应用
// 描述:实现UDP数据
www.eeworm.com/read/319237/13457352
c main.c
#include
#include "Target\44blib.h"
#include
#include "ethernet\etherne.h"
/********************************************/
// ARMSYS实验十五:以太网接口应用
// 描述:初始化以太网卡
www.eeworm.com/read/319234/13457375
c main.c
#include
#include
#include "Target\44blib.h"
#define WR_sdram(addr,dat) *((volatile unsigned short *)(addr))=(unsigned short)dat
#define RD_sdram(addr) *((volatile u
www.eeworm.com/read/318784/13472046
c main.c
#include "option.h"
#include "def.h"
#include "44b.h"
#include "44blib.h"
void Main(void)
{
U8 which_key;
// rSYSCFG=CACHECFG; // Using 8KB Cache//
Port_Init();
www.eeworm.com/read/316612/13519833
c main.c
#include
#include
#include "Target\44b.h"
#include "Target\44blib.h"
static int UartNum=0;
void myUart_Init(int whichuart, int baud)//对Uart进行初始化,以所需要的波特率为输入参数
{
if
www.eeworm.com/read/316612/13519906
c main.c
#include "Target\44blib.h"
#include "Target\44b.h"
/********************************************/
// ARMSYS实验一:Helloworld
// 描述:连接PC机串口,观察超级终端输出
/**********************
www.eeworm.com/read/316612/13519939
c main.c
#include
#include "Target\44blib.h"
#include
#include "einttest\eint.h"
/********************************************/
// S3C44BOX(ARM7TDMI Core) 开发板演示工具
// 日期:20
www.eeworm.com/read/316612/13519948
c main.c
#include
#include
#include "Target\44blib.h"
#include "Target\44b.h"
#include "timertest\timer.h"
void * function[][2]=
{
(void *)Test_Timer, "Test PWM Timer. ",