td_aud_dai_select.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 62 行
H
62 行
#ifndef TD_AUD_DAI_SELECT_INCLUDE /* To prevent inadvertently including a header twice */#define TD_AUD_DAI_SELECT_INCLUDE#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/* (c) Copyright Motorola 1998, All rights reserved. Motorola Confidential Proprietary Contains confidential proprietary information of Motorola, Inc. Reverse engineering is prohibited. The copyright notice does not imply publication. DESCRIPTION: This file holds the typedef for the TD_AUD_DAI_SELECT type. ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 98-02-20 blamers CR - CSGce12607 Added DAI support to whitecap - Initial file creation *//************** HEADER FILE INCLUDES ******************************************/ /************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//* DESCRIPTION: This enum describes the supported DAI types in Whitecap, Smoc/Firestorm, AT&T, and Motorola (ver. 5.00 and later) Speech Coders. These DAI types are required by GSM 11.10 section III.1.2.4.7. */enum{ TD_AUD_DAI_SELECT_NORMAL = 0x0, /* No DAI mode selected (DAI off) */ TD_AUD_DAI_SELECT_DOWNLINK = 0x1, /* Speech Decoder Test */ TD_AUD_DAI_SELECT_UPLINK = 0x2, /* Speech Encoder Test */ TD_AUD_DAI_SELECT_ACOUSTIC = 0x4, /* Speaker D/A and Microphone A/D Test *//* Commands 3, and 5 through 8 are only supported in the AT&T Speech Coder */ TD_AUD_DAI_SELECT_UPLINKLOOP = 0x3, /* Uplink Loopback Test */ TD_AUD_DAI_SELECT_UPLINKLOOPDEBUG = 0x5, /* Buffered input Loopback test with Debugging info header */ TD_AUD_DAI_SELECT_UPLINKCODEDLOOP = 0x6, /* Uplink Coded Output Loopback Test */ TD_AUD_DAI_SELECT_DOWNLINKLOOP = 0x7, /* Downlink Coded Input Loopback Test */ TD_AUD_DAI_SELECT_INPUTLOOP = 0x8 /* Input Loopback */};typedef UINT8 TD_AUD_DAI_SELECT;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */}#endif#endif /* end of - prevent inadvertently including a header file twice */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?