代码搜索:LED_DISPLAY

找到约 1,437 项符合「LED_DISPLAY」的源代码

代码结果 1,437
www.eeworm.com/read/474037/6828893

c main.c

#include "option.h" #include "def.h" #include "44b.h" #include "44blib.h" #define KEY_BUFLEN 100 #define AFC_BUFLEN 0x100 #define IrDA_BUFLEN 0x100 void Isr_Init(void); void HaltUndef(void
www.eeworm.com/read/471402/6892339

c main.c

//==================================================================== // File Name : 2410test.c // Function : S3C2410 Test Main Menu // Program : Shin, On Pil (SOP) // Date : May 30, 2002
www.eeworm.com/read/471402/6892353

c main.c

//==================================================================== // File Name : 2410test.c // Function : S3C2410 Test Main Menu // Program : Shin, On Pil (SOP) // Date : May 30, 2002
www.eeworm.com/read/295410/8166105

m51 tlc549.m51

BL51 BANKED LINKER/LOCATER V5.03 12/01/2006 19:59:44 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE .\STAR
www.eeworm.com/read/295410/8166108

c tlc549.c

#include #include #define uChar unsigned char #define uInt unsigned int //sbit ADCS = P3^3 ; sbit ADCS = P2^4 ; //sbit SCLK = P3^4 ; sbit SCLK = P3^6 ; //sbit SDA
www.eeworm.com/read/194970/8181904

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/294618/8215921

c main.c

#include "option.h" #include "def.h" #include "44b.h" #include "44blib.h" static int mt0cnt=0; static int ledstatus=0; void __irq timer0_int(void) { rI_ISPC=BIT_TIMER0; mt0cnt++;
www.eeworm.com/read/193401/8233175

c power.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\power.h" #include "..\inc\rtc.h" #define FIN 4000000 static void __irq SLWEint
www.eeworm.com/read/174088/9608180

c power.c

#include #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\power.h" #include "..\inc\rtc.h" #define FIN 4000000 static void __irq SLWEint
www.eeworm.com/read/171433/9755610

c power.c

/***************************************** NAME: power.c DESC: SLOW,HOLD mode test HISTORY: 03.23.2002:purnnamu: first release for 2410 *****************************************/ #in