代码搜索结果
找到约 10,000 项符合
LED 的代码
led_one.vhd
library ieee;
use ieee.std_logic_1164.all;
entity led_one is
port(clk :in std_logic;
rst_n :in std_logic;
show :in std_logic_vector (3 downto 0);
led_data :out std_lo
led_module.c
/***********************************************************************
* www.csugds.cn
***********************************************************************/
#include /* */
test_led.c
#include
#include
#include
#include
#include
main()
{
int testdev;
int err;
int led_data;
testdev = open("/dev/
led_test.c
文件头
/****************************************************************************
【文 件 名 称】led_test.c
【功 能 描 述】三星S3C44B0X板测试程序
【程 序 版 本】2.3
****************************
led_statusset.s
IMPORT led_dummyAddress
IMPORT ledStatusSetDelay
IMPORT gpio_GAFR2L
IMPORT gpio_GPSR2
IMPORT gpio_GPCR2
IMPORT initGpio_GAFR2L
IMPORT initGpio_GPDR2
EXPORT led_statusSet
AREA
led.m51
BL51 BANKED LINKER/LOCATER V6.05 08/20/2008 16:06:02 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE led.ob
led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
led_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {