📄 tvpaudio_fw.h
字号:
/*********************************************************************
* Property of Texas Instruments Incorporated, Copyright 2004
* All rights reserved
**********************************************************************/
/*********************************************************************
*
* Description:
* public include file for the audio decoder
*
**********************************************************************/
/**********************************************************************
*
* $Revision: $
*
* $History: TvpAudio_fw.h $
*
**********************************************************************/
#ifndef TVP_AUDIO_FW_DOT_H_IS_DEFINED
#define TVP_AUDIO_FW_DOT_H_IS_DEFINED
#define TVP_AD_SF_48 0x08000
#define TVP_AD_SF_44_1 0x14000
#define TVP_AD_SF_32 0x24000
typedef enum
{
TVP_AUD_PLAYING,
TVP_AUD_IDLE
} TvpAudStatus;
typedef struct
{
TvpAudAlgorithmType algorithm;
TvpAudStatus status;
TvpIntNum intNum;
TvpAudIntEvent *intStatus;
TvpAudIntEvent intConfig;
unsigned long prevSampFreq;
} TvpAudGlbl_s;
/*------------**
** Prototypes **
**------------*/
void tvpAudIsr (void);
void tvpAudIntSet_l (TvpAudIntEvent int_reason);
void tvpAudReset_l(void);
void tvpAudMonitorSampFreqChange (void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -