代码搜索结果
找到约 10,000 项符合
Audio 的代码
audio.cdb
//!
//# c54xx.cdb 4.90.270
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
param iId
audio.c
/*
* ======== audio.c ========
*
* This example demonstrates the use of LIO drivers with PIPs and
* the lio_pip adapter code. The application performs a loopback, that
* is audio data is
audio.cdb
//!
//# c54xx.cdb 4.90.270
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
param iId
audio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="audio"
ProjectDir="$(Install_dir)\examples\dsk5416\bios\audio\"
ProjectType=Executab
audio.cmd
/* First include DSP/BIOS generated cmd file */
-l audiocfg.cmd
/* Bind low level driver */
_CONTROLLER_FXN_TABLE=_DSK5416_DMA_PCM3002_ILIO;
_CONTROLLER_init=_DSK5416_DMA_PCM3002_init;
_CONTROLLER_s