代码搜索结果
找到约 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.vhd
library ieee;
use ieee.std_logic_1164.all;
entity speaker is
port(clk1:in std_logic;
tone1:in integer range 0 to 16#7ff#;
spks:out std_logic);
end;
architecture one of speaker i
speaker.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
speaker.c
//*****************************************************************************
// File: speaker.c
//
// Description:
// This file contains the functions: control the speaker to sound
//
//
speaker.h
/*
* Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ