代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.asm
.INCLUDE hardware.inc
.EXTERNAL _guiLED_Value;
.RAM
.PUBLIC LED_No
.VAR LED_No = 0;
.IRAM
.DATA
C_Address: .DW 0x003f,0x0006,0x005b,0x004f, 0x0066,0x006d,0x007c,0x0007,0x007f,0x006f;//'
led.lis
.module LED.c
.area text(rom, con, rel)
0000 .dbfile E:\mysoft\DH980\LED.c
0000 .dbfunc e LED_out _LED_out fV
led.s
.module LED.c
.area text(rom, con, rel)
.dbfile E:\mysoft\DH980\LED.c
.dbfunc e LED_out _LED_out fV
; b -> R20
; l -> R22
; p -> R16,R17
.even
_LED_
led.o
XL
H 1 areas 3 global symbols
M LED.c
S push_gset2 Ref0000
S pop_gset2 Ref0000
A text size 1E flags 0
dbfile E:\mysoft\DH980\LED.c
dbfunc e LED_out 0 fV
dbsym r b 14 c
dbsym r l 16 c
dbsym r
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-c6713-edulab\lab0301-led\"
ProjectType=Executable
CPUFamily=TMS320C67XX
To
led.c
/*********************************************************************************************
* File: light.c
* Author: embest
* Desc: control board's two LEDs on or offf
* History:
**********