⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tvpaudio_fw.h

📁 ti的数字电视芯片 tvp9000的源码
💻 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 + -