代码搜索结果
找到约 35,557 项符合
LED 的代码
led.sim.rpt
Simulator report for Led
Mon May 11 22:36:35 2009
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Not
led.hier_info
|Led
clk => PBSwitch_flop1.CLK
clk => PBSwitch_flop2.CLK
clk => count[15].CLK
clk => count[14].CLK
clk => count[13].CLK
clk => count[12].CLK
clk => count[11].CLK
clk => count[10].CLK
clk => c
led.fit.summary
Fitter Status : Successful - Mon May 11 21:25:06 2009
Quartus II Version : 7.2 Build 151 09/26/2007 SJ Full Version
Revision Name : Led
Top-level Entity Name : Led
Family : Cyclone
Device : EP1C6
led.asm.rpt
Assembler report for Led
Mon May 11 21:25:11 2009
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Not
led.flow.rpt
Flow report for Led
Mon May 11 21:25:13 2009
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
led.c
#include
#include "LED.h"
#include"type.h"
void LED_ON(UCHAR led_O)
{
if(led_O==0)
{
LED0=0;
}
else
{
LED1=0;
}
}
void LED_OFF(UCHAR led_f)
{
if(led_f==0)
{
led.lst
C51 COMPILER V8.08 LED 04/28/2008 13:53:52 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
led.h
void led(void);
led.c
/* LED.C File
The LED driver
Created by Computer-lov. Date: 2005.5.25
Last edited date:2005.5.25
Copyright (c) 2005 Computer-lov
version 1.0
All rigths reserved
欢迎访问我的blog: