aud_va_status_ind.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 59 行
H
59 行
#ifndef AUD_VA_STATUS_IND_INCLUDE#define AUD_VA_STATUS_IND_INCLUDE#ifdef __cplusplus /* allow #include in a C++ file */extern "C" {#endif/* (c) Copyright Motorola 1997, 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: Contains the format for the aud_va_status_ind ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 97-08-02 mbonness PR - CSGce11361 VA Interface - Upgraded status indication primitive to meet new design specifications. 97.06.11 mgilot PR - CSGce10842 - Defined AUD_VA_STATUS_IND to the corresponding typedef of VA. 97.02.17 mgilot PR - CSGce07120 - Initial version *//************** HEADER FILE INCLUDES ******************************************/#ifndef VA_STATUS_IND_INCLUDE#include "va_status_ind.h"#endif/************** CONSTANTS *****************************************************/#define AUD_VA_ROW_ADDR_UNAVAILABLE (0xFFFF) /* DSP does not support this *//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/typedef VA_STATUS_IND AUD_VA_STATUS_IND;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?