td_rat_commands.h

来自「Motorola synergy audio component」· C头文件 代码 · 共 43 行

H
43
字号
#ifndef TD_RAT_COMMANDS_INCLUDE#define TD_RAT_COMMANDS_INCLUDE/*(c) Copyright Motorola 1992, All rights reserved.Motorola Confidential ProprietaryContains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication.   00-04-16   Dale Noble  CR - 55011              Removed include of std_def.h replaced with suapi.h*/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif/*DESCRIPTION (DOWNLINK COMMANDS):Command types whose state can be altered in the Rat device.  The rat_command_req primitive is generally used for this purpose.These commands are defined as masks which work on the handsetcontrol register as defined in the document, "GSM SubscriberRat Vehicle Adapter Software Requirements."*/#define RAT_SPEAKER_AUDIO        0x0080   /* act/deact speaker */#define RAT_HEADSET_AUDIO        0x0100   /* act/deact boom headset (older rats) */#define RAT_AUXILIARY_ALERT      0x0200   /* act/deact aux alert/ent mute line */#define RAT_AUDIO_ATTENUATOR     0x0100   /* act/deact 10dB attenuator ('1' means no attenuation) */#define RAT_SET_DHFA_GAIN        0x0046   /* used to set a gain 0-7 in the rae dhfa */#define RAT_RESET                0x0001   /* special test commands. see Tom Nall for details. */#define RAT_TEST_MODE_INPUT_1    0x0400   /* these are used in conjunction with a manual test command */#define RAT_TEST_MODE_INPUT_2    0x0002typedef UINT16 TD_RAT_COMMANDS;#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?