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

📄 l1audio_ctrl.h

📁 MMI层OBJ不能完全编译
💻 H
字号:
/************* Revision Controle System Header *************
 *                  GSM Layer 1 software
 * L1AUDIO_CTRL.H
 *
 *        Filename l1audio_ctrl.h
 *  Copyright 2003 (C) Texas Instruments  
 *
 ************* Revision Controle System Header *************/


/*******************************
 * 
 * Messages AUDIO_AUTO <-> TM
 *
 * WARNING : THOSE MESSAGES ARE NOT
 * OWN BY L1 BUT BY TestManager.
 * NEVERTHELESS, THOSE ID'S MUST NOT BE USED
 * 
 *******************************/

    #define AUDIO_AUTO_START_MSG                     0x10
    #define AUDIO_AUTO_STOP_MSG                      0x11
    #define AUDIO_AUTO_VERDICT_REQ                   0x20
    #define AUDIO_AUTO_VERDICT_RESP                  0x21




/*******************************/
/* Messages AUDIO_AUTO <-> L1A */
/*******************************/

    /* KEYBEEP MESSAGES */
    #define AUDIO_AUTO_KEYBEEP_START_REQ             0x93
    #define AUDIO_AUTO_KEYBEEP_STOP_REQ              0x01
    #define AUDIO_AUTO_KEYBEEP_START_CON             0x02
    #define AUDIO_AUTO_KEYBEEP_STOP_CON              0x94

    /* TONE MESSAGES */
    #define AUDIO_AUTO_TONE_START_REQ                0x60
    #define AUDIO_AUTO_TONE_STOP_REQ                 0x90
    #define AUDIO_AUTO_TONE_START_CON                0x06
    #define AUDIO_AUTO_TONE_STOP_CON                 0x80

    /* MELODY0 E1 MESSAGES */
    #define AUDIO_AUTO_MELODY0_START_REQ             0x61
    #define AUDIO_AUTO_MELODY0_STOP_REQ              0x09
    #define AUDIO_AUTO_MELODY0_START_CON             0x0A
    #define AUDIO_AUTO_MELODY0_STOP_CON              0x81

    /* MELODY1 E1 MESSAGES */
    #define AUDIO_AUTO_MELODY1_START_REQ             0x95
    #define AUDIO_AUTO_MELODY1_STOP_REQ              0x0D
    #define AUDIO_AUTO_MELODY1_START_CON             0x0E
    #define AUDIO_AUTO_MELODY1_STOP_CON              0x96

    /* VM PLAY MESSAGES */
    #define AUDIO_AUTO_VM_PLAY_START_REQ             0x28
    #define AUDIO_AUTO_VM_PLAY_STOP_REQ              0x29
    #define AUDIO_AUTO_VM_PLAY_START_CON             0x99
    #define AUDIO_AUTO_VM_PLAY_STOP_CON              0x83

    /* VM RECORD MESSAGES */
    #define AUDIO_AUTO_VM_RECORD_START_REQ           0x14
    #define AUDIO_AUTO_VM_RECORD_STOP_REQ            0x15
    #define AUDIO_AUTO_VM_RECORD_START_CON           0x16
    #define AUDIO_AUTO_VM_RECORD_STOP_CON            0x84

    /* RECO SR ENROLL MESSAGES */
    #define AUDIO_AUTO_SR_ENROLL_START_REQ           0x18
    #define AUDIO_AUTO_SR_ENROLL_STOP_REQ            0x19
    #define AUDIO_AUTO_SR_ENROLL_START_CON           0x67
    #define AUDIO_AUTO_SR_ENROLL_STOP_CON            0x87

    /* RECO SR UPDATE MESSAGES */
    #define AUDIO_AUTO_SR_UPDATE_START_REQ           0x1C
    #define AUDIO_AUTO_SR_UPDATE_STOP_REQ            0x1D
    #define AUDIO_AUTO_SR_UPDATE_START_CON           0x68
    #define AUDIO_AUTO_SR_UPDATE_STOP_CON            0x88

    /* RECO MESSAGES */
    #define AUDIO_AUTO_SR_RECO_START_REQ             0x2A
    #define AUDIO_AUTO_SR_RECO_STOP_REQ              0x2B
    #define AUDIO_AUTO_SR_RECO_START_CON             0x69
    #define AUDIO_AUTO_SR_RECO_STOP_CON              0x89

    /* RECO UPDATE CHECK MESSAGES */
    #define AUDIO_AUTO_SR_UPDATE_CHECK_START_REQ     0x24
    #define AUDIO_AUTO_SR_UPDATE_CHECK_STOP_REQ      0x25
    #define AUDIO_AUTO_SR_UPDATE_CHECK_START_CON     0x97
    #define AUDIO_AUTO_SR_UPDATE_CHECK_STOP_CON      0x98

    /* MELODY0 E2 MESSAGES */
    #define AUDIO_AUTO_MELODY0_E2_START_REQ          0x64
    #define AUDIO_AUTO_MELODY0_E2_STOP_REQ           0x2F
    #define AUDIO_AUTO_MELODY0_E2_START_CON          0x30
    #define AUDIO_AUTO_MELODY0_E2_STOP_CON           0x82

    /* MELODY1 E2 MESSAGES */
    #define AUDIO_AUTO_MELODY1_E2_START_REQ          0x32
    #define AUDIO_AUTO_MELODY1_E2_STOP_REQ           0x33
    #define AUDIO_AUTO_MELODY1_E2_START_CON          0x34
    #define AUDIO_AUTO_MELODY1_E2_STOP_CON           0x35

    /* VM AMR PLAY MESSAGES */
    #define AUDIO_AUTO_VM_AMR_PLAY_START_REQ         0x65
    #define AUDIO_AUTO_VM_AMR_PLAY_STOP_REQ          0x37
    #define AUDIO_AUTO_VM_AMR_PLAY_START_CON         0x38
    #define AUDIO_AUTO_VM_AMR_PLAY_STOP_CON          0x85

    /* VM AMR RECORD MESSAGES */
    #define AUDIO_AUTO_VM_AMR_RECORD_START_REQ       0x66
    #define AUDIO_AUTO_VM_AMR_RECORD_STOP_REQ        0x3B
    #define AUDIO_AUTO_VM_AMR_RECORD_START_CON       0x3C
    #define AUDIO_AUTO_VM_AMR_RECORD_STOP_CON        0x86

    /* SPEECH DEDICATED MODE */
    #define AUDIO_AUTO_MPHC_CHANNEL_ASSIGN_REQ       0x91
    #define AUDIO_AUTO_MPHC_STOP_DEDICATED           0x92


⌨️ 快捷键说明

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