代码搜索结果
找到约 10,000 项符合
LED 的代码
led.s
PCONB EQU 0x01d20008
PDATB EQU 0x01d2000c
AREA Example,CODE,READONLY
export display1
display1
ldr r0,=PCONB
ldr r1,=0x1cf
led.c
/*****************************************************
* 文件名称:
* led.c
* 文件说明:显示的时候首先设置要显示的内容
* 然后使能相应的LED
*
*****************************************************/
#ifnd
led.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
led.vhd
--**********************************************************
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
--*********************************************************
led.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
led.vhd
--**********************************************************
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
--*********************************************************
led.asm
DATA SEGMENT
LED DB 14H,7AH,7BH,7AH,02H,7AH,4AH,7AH
DB 04H,3CH,3CH,3CH,3CH,92H,0A5H,78H
DB 7EH,08H,08H,08H,08H,08H,08H,0FFH
led.h
extern void Led_Display();
extern void Disp_Init();
extern BYTE DispBuf[4];
led.lst
C51 COMPILER V7.02b LED 06/30/2004 15:13:18 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN Le