📄 tritonsys_voice_loop_back_a9.h
字号:
/*
* ============================================================================
*
* TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
*
* Property of Texas Instruments
* For Unrestricted Internal Use Only
* Unauthorized reproduction and/or distribution is strictly prohibited.
* This product is protected under copyright law and trade secret law as an unpublished work.
* Created 2004, (C) Copyright 2004 Texas Instruments. All rights reserved.
*
* test: test template
*
* project: NEPTUNE SILICON VALIDATION
*
* =============================================================================*/
#ifndef __TRITONSYS_VOICE_LOOP_BACK_A9_H__
#define __TRITONSYS_VOICE_LOOP_BACK_A9_H__
/* ============================================================================
* INCLUDE FILES
* =============================================================================*/
#include <stdlib>
#include "monolithic_neptune_a9.h"
#include "result.h"
#include "errorcodes.h"
#include "share.h"
//#include "global_types.h"
//#include "dspstart.h"
//#include "omap_32_apif.h"
//#include "ulpd.h"
//#include "result.h"
//#include "mcsi2.h"
//#include "mcsi.h"
//#include "clkrst.h"
//#include "api.h"
//#include "test.h"
//#include "inth2.h"
//#include "interrupt_mapping.h"
//#include "ssw.h"
//#include "triton_mapping.h"
//#include "triton_rtc.h"
//#include "triton_test_rtc.h"
//#include "triton_inth.h"
//#include "triton_audio.h"
//#include "dmareq_mapping.h"
//#include "configuration.h"
//#include "gdmatest.h"
//#include "gdma_omap32.h"
//#include "gdmatest_omap32.h"
//#include "mcbsp1.h"
//#include "timer.h"
/* ============================================================================
* GLOBAL DEFINITIONS
* =============================================================================*/
#define VOICE_SAMPLES_NB_FOR_SECOND_10 750000
#define DMA_TYPE DMA_TYPE_16_BITS
#define SIZEOF_ELEMENT (1 << DMA_TYPE)
/* ============================================================================
* FUNCTIONS PROTOTYPES
* =============================================================================*/
extern UWORD16 tritonsys_voice_loop_back(void);
void Triton_Audio_Outputs_OPEN_SPK(void);
void Triton_voice_headset_test(void);
void Triton_ClassD_open(UWORD8 );
void Triton_FM_AMP_test(void);
#endif /* __TRITONSYS_VOICE_LOOP_BACK_A9_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -