代码搜索结果
找到约 1,762 项符合
Speaker 的代码
debug.lkf
-z -q -c -m"./Debug/speaker.map" -o"./Debug/speaker.out" -w -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib"
"D:\dsp\t5\speaker\speaker\Debug\DSP281x_CpuTi
debug.lkv
-z -q -c -m"./Debug/speaker.map" -o"./Debug/speaker.out" -w -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib"
"D:\dsp\t5\speaker\speaker\Debug\DSP281x_CpuTi
top.tan.summary
--------------------------------------------------------------------------------------
Timing Analyzer Summary
--------------------------------------------------------------------------------------
top.fit.rpt
Fitter report for Top
Sat Nov 08 19:19:03 2008
Version 5.1 Build 176 10/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitt
top.tan.summary
--------------------------------------------------------------------------------------
Timing Analyzer Summary
--------------------------------------------------------------------------------------
port.c
//-----------------------------------------------------------------------------
// port.c
//-----------------------------------------------------------------------------
//
//---------------------
cc_build_debug.log
---------------------------- speaker.pjt - Debug ----------------------------
[DSP281x_CodeStartBranch.asm] "C:\ti28\c2000\cgtools\bin\cl2000" -g -q -pdr -fr"C:/ti28/myprojects/ICETEK-F2812-A-EDU/D
finishedulframe.h
/*
* Copyright (C) 2001-2006 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
testbench.v
`timescale 10ns/1ns
module testbench;
reg RESET, ALARM,CLK,HRS,MINS,SET_TIME,TOGGLE_SWITCH;
wire [9:0] OUTBUS;
wire AM_PM_SHOW,SPEAKER_OUT;
TOP top(CLK,ALARM,HRS,MINS,SET_TIME,RESET,TOGGLE_SWIT
mixer.cpp
#include "mixer.h"
Mixer *Mixer::get() {
return &s_instance;
}
Mixer::Mixer()
: m_volume(80)
, m_speaker_on(false) {
}
void Mixer::setVolume(int volume) {
m_volume= volume;
emit volumeChanged