代码搜索结果
找到约 10,000 项符合
LED 的代码
sopc_led.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
sopc_led.bdf
/*
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
sopc_led.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
led_pio.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function
sopc_led.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
led+key.asm
KEYXS .usect ".data0",1 ;LED显示的数据
KEYDATA .usect ".data0",1 ;前次LED显示的数据
DP_USER .set 5
.include "F2407REGS.H" ;引用头部文件
.def _c_int0
; ~~~~~~~~~~~~~~~~~~~~~~~~~
led+key.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407\2407asm\led+key\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compile
led+key.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\lp\2407new\led+key\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
led+key.c
//(2) 主程序
// 该程序用于实验演示模板上的8个LED的显示
#include "register.h"
int j,k;
main() // 初始化子程序
{
asm(" setc SXM"); // 抑制符号位扩展
asm(" clrc OVM"); // 累加器中结果正常溢出
as