talkthrough.h
来自「audio talktrough code. platform bf533 + 」· C头文件 代码 · 共 39 行
H
39 行
/*********************************************************************************
Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved.
This software is proprietary and confidential. By using this software you agree
to the terms of the associated Analog Devices License Agreement.
*********************************************************************************/
#ifndef __BSP_TALKTHROUGH_H__
#define __BSP_TALKTHROUGH_H__
/*********************************************************************
Include files
*********************************************************************/
#include <services\services.h>
#include <drivers\adi_dev.h>
/*********************************************************************
Exported functions
*********************************************************************/
// user interrupt 0 ISR
extern ADI_INT_HANDLER(FWRender);
// callback function for handling audio data
extern void TalkthroughCallback(void* AppHandle, u32 Event, void* pArg);
#endif // __BSP_TALKTHROUGH_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?