FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/etm/etm_audio_err.h @ 164:d78219c43fbf
gsm-fw/services/etm: initial import from the Leonardo semi-src
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 18 Nov 2013 06:39:44 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
163:5e0e41cd7c9f | 164:d78219c43fbf |
---|---|
1 /******************************************************************************** | |
2 * Enhanced TestMode (ETM) | |
3 * @file etm_audio_err.h (Support for AUDIO commands) | |
4 * | |
5 * @author Kim T. Peteren (ktp@ti.com) | |
6 * @version 0.1 | |
7 * | |
8 | |
9 * | |
10 * History: | |
11 * | |
12 * Date Modification | |
13 * ------------------------------------ | |
14 * 30/06/2003 Creation | |
15 * | |
16 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved | |
17 *********************************************************************************/ | |
18 | |
19 #ifndef _ETM_AUDIO_ERR_H_ | |
20 #define _ETM_AUDIO_ERR_H_ | |
21 | |
22 /****************************************************************************** | |
23 * ERRORS | |
24 *****************************************************************************/ | |
25 | |
26 // Module private (normally target-side) errors are in the range: [ -2..-47] | |
27 enum ETM_AUDIO_ERRORS_TG { | |
28 ETM_AUDIO_FATAL = -3 // Fatal error | |
29 }; | |
30 | |
31 // Module private (normally PC-side) errors are in the range: [-90..-99] | |
32 //enum ETM_AUDIO_ERRORS_PC { | |
33 | |
34 //}; | |
35 | |
36 #endif // end of _ETM_AUDIO_ERR_H_ |