代码搜索结果
找到约 1,533 项符合
Speaker 的代码
readme.txt
TMS320VC5402 DSK - CODEC DEMO
-----------------------------
This example program demonstrates the use of the Handset CODEC (Mic/Speaker interface) on
the DSK utilizing the drivers provided in the
speaker.lst
C51 COMPILER V6.23a SPEAKER 02/21/2005 22:30:46 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE SPEAKER
OBJECT MODULE PLACED I
蜂鸣器控制.lnp
"main.obj",
"key.obj",
"LedDriver.obj",
".\buzzer.obj",
"speaker.obj"
TO "蜂鸣器控制"
RAMSIZE(256)
readme.txt
TMS320VC5402 DSK - CODEC DEMO
-----------------------------
This example program demonstrates the use of the Handset CODEC (Mic/Speaker interface) on
the DSK utilizing the drivers provided in the
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;
A
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
asm_demo.cpp
#include
void main(void)
{
cout
beeps.c
#include
#include
void main(int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has been
readme.txt
TMS320VC5402 DSK - CODEC DEMO
-----------------------------
This example program demonstrates the use of the Handset CODEC (Mic/Speaker interface) on
the DSK utilizing the drivers provided in the