代码搜索结果
找到约 1,762 项符合
Speaker 的代码
speaker.vhd
library ieee;
use ieee.std_logic_1164.all;
entity speaker is
port(
clk : in std_logic;
tone : in integer range 0 to 16#7ff#; --"2047";
spks : out std_logic);
end speaker;
speaker.fit
-- MAX+plus II Compiler Fit File
-- Version 10.2 07/10/2002
-- Compiled: 01/03/2008 20:16:40
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and
speaker.c
/*
Play sound buffer
*/
#include "netfone.h"
/* GSMDECOMP -- Uncompress the contents of a sound buffer using GSM. */
static void gsmdecomp(soundbuf *sb)
{
gsm_signal dst[160
speaker.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
// Prototype statements for functions found within this file