📄 talkthrough.h
字号:
/*********************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -