am_mdi_queue_controller.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 79 行
H
79 行
#ifndef AM_MDI_QUEUE_CONTROLLER_H#define AM_MDI_QUEUE_CONTROLLER_H#ifdef __cplusplus /* Allow #include in a C++ file. */extern "C" {#endif/*================================================================================================== Header Name: am_mdi_queue_controller.h General Description: Provides access to the mdi audio command and reply queues. ==================================================================================================== Motorola Confidential Proprietary Advanced Technology and Software Operations (c) Copyright Motorola 2001, All Rights Reserved Revision History: Modification TrackingAuthor Date Number Description of Changes------------------------- ------------ ---------- -------------------------------------------L Haegele-w18944 09/12/2001 LIBbb03971 Initial file creation==================================================================================================== INCLUDE FILES==================================================================================================*/#include <SUAPI/suapi.h>/*================================================================================================== CONSTANTS==================================================================================================*//*================================================================================================== MACROS==================================================================================================*//*================================================================================================== ENUMS==================================================================================================*//*================================================================================================== STRUCTURES AND OTHER TYPEDEFS==================================================================================================*/typedef void(AM_MDI_Q_CFCN_T)( void *data, UINT8 num_words);typedef struct { UINT8 num_words; UINT16 data[1];}AM_MDI_Q_MSG_T;/*================================================================================================== GLOBAL VARIABLE DECLARATIONS==================================================================================================*//*================================================================================================== FUNCTION PROTOTYPES==================================================================================================*/BOOL AM_MDI_Q_register(UINT16 low_id, UINT16 high_id, AM_MDI_Q_CFCN_T *reply_cfcn);BOOLAM_MDI_Q_send_msg(void *data, UINT8 num_words);/*================================================================================================*/#ifdef __cplusplus}#endif#endif /* AM_MDI_QUEUE_CONTROLLER_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?