代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.asm
OUTPUT BIT P1.0 ;P1.0端口
ORG 00H
LOOP: CLR C ;主程序
MOV OUTPUT,C
CALL DELAY
SETB C
MOV OUTPUT,C ;输出方波
CALL DELAY
audio.lnp
"Audio.obj"
TO "Audio"
audio.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
audio.h
#ifndef __AUDIO_H_
#define __AUDIO_H__
/*-----------------------------------------------------------------*/
#include
#include
/*--------------------------------------
audio.c
#include "audio.h"
/* MCBSP1 configuration settings */
MCBSP_Config audioCntlCfg = {
0x1000, /* Serial Port Control Register 1 */
0x0200, /* Serial Port Control Register 2
audio.c
/*
* sound/audio.c
*
* Device file manager for /dev/audio
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
* modificatio