Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

errbase.h File Reference

Central repository for error and status code bases and ranges for DSP/BIOS LINK and any Algorithm Framework built on top of LINK. More...

#include <gpptypes.h>

Include dependency graph for errbase.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ERRBASE_H
#define DSP_SUCCEEDED(status)
#define DSP_FAILED(status)   (!DSP_SUCCEEDED (status))
#define RINGIO_SUCCEEDED(status)
#define RINGIO_FAILED(status)
#define DSP_SBASE   (DSP_STATUS)0x00008000l
#define DSP_SLAST   (DSP_STATUS)0x00008500l
#define RINGIO_SBASE   (DSP_STATUS)0x00008100l
#define RINGIO_SLAST   (DSP_STATUS)0x000081FFl
#define DSP_EBASE   (DSP_STATUS)0x80008000l
#define DSP_ELAST   (DSP_STATUS)0x800081FFl
#define DSP_COMP_EBASE   (DSP_STATUS)0x80040200l
#define DSP_COMP_ELAST   (DSP_STATUS)0x80047fffl
#define DSP_SOK   (DSP_SBASE + 0x0l)
#define DSP_SALREADYATTACHED   (DSP_SBASE + 0x1l)
#define DSP_SENUMCOMPLETE   (DSP_SBASE + 0x2l)
#define DSP_SFINALIZED   (DSP_SBASE + 0x3l)
#define DSP_SALREADYOPENED   (DSP_SBASE + 0x4l)
#define DSP_SEXISTS   (DSP_SBASE + 0x5l)
#define DSP_SFREE   (DSP_SBASE + 0x6l)
#define DSP_SALREADYSETUP   (DSP_SBASE + 0x7l)
#define DSP_SDESTROYED   (DSP_SBASE + 0x8l)
#define DSP_SDETACHED   (DSP_SBASE + 0x9l)
#define DSP_SALREADYLOADED   (DSP_SBASE + 0xAl)
#define DSP_SALREADYSTARTED   (DSP_SBASE + 0xBl)
#define DSP_SSTOPPED   (DSP_SBASE + 0xCl)
#define DSP_SCLOSED   (DSP_SBASE + 0xDl)
#define RINGIO_SUCCESS   (RINGIO_SBASE + 0x0l)
#define RINGIO_SPENDINGATTRIBUTE   (RINGIO_SBASE + 0x1l)
#define DSP_EACCESSDENIED   (DSP_EBASE + 0x0l)
#define DSP_EALREADYCONNECTED   (DSP_EBASE + 0x1l)
#define DSP_EATTACHED   (DSP_EBASE + 0x2l)
#define DSP_ECHANGEDURINGENUM   (DSP_EBASE + 0x3l)
#define DSP_ECORRUPTFILE   (DSP_EBASE + 0x4l)
#define DSP_EDELETE   (DSP_EBASE + 0x5l)
#define DSP_EDIRECTION   (DSP_EBASE + 0x6l)
#define DSP_ESTREAMFULL   (DSP_EBASE + 0x7l)
#define DSP_EFAIL   (DSP_EBASE + 0x8l)
#define DSP_EFILE   (DSP_EBASE + 0x9l)
#define DSP_EHANDLE   (DSP_EBASE + 0xAl)
#define DSP_EINVALIDARG   (DSP_EBASE + 0xBl)
#define DSP_EMEMORY   (DSP_EBASE + 0xCl)
#define DSP_ESETUP   (DSP_EBASE + 0xDl)
#define DSP_ESTARTED   (DSP_EBASE + 0xEl)
#define DSP_EINIT   (DSP_EBASE + 0xFl)
#define DSP_ENOTIMPL   (DSP_EBASE + 0x10l)
#define DSP_EPENDING   (DSP_EBASE + 0x11l)
#define DSP_EPOINTER   (DSP_EBASE + 0x12l)
#define DSP_ERANGE   (DSP_EBASE + 0x13l)
#define DSP_ESIZE   (DSP_EBASE + 0x14l)
#define DSP_ESTREAM   (DSP_EBASE + 0x15l)
#define DSP_ETASK   (DSP_EBASE + 0x16l)
#define DSP_ETIMEOUT   (DSP_EBASE + 0x17l)
#define DSP_ETRUNCATED   (DSP_EBASE + 0x18l)
#define DSP_EOPENED   (DSP_EBASE + 0x19l)
#define DSP_EVALUE   (DSP_EBASE + 0x1Al)
#define DSP_EWRONGSTATE   (DSP_EBASE + 0x1Bl)
#define DSP_EALREADYSETUP   (DSP_EBASE + 0x1Cl)
#define DSP_EINTR   (DSP_EBASE + 0x1Dl)
#define DSP_EALREADYSTARTED   (DSP_EBASE + 0x1El)
#define DSP_EALREADYOPENED   (DSP_EBASE + 0x1Fl)
#define DSP_ERESERVED_06   (DSP_EBASE + 0x20l)
#define DSP_ERESERVED_07   (DSP_EBASE + 0x21l)
#define DSP_ERESERVED_08   (DSP_EBASE + 0x22l)
#define DSP_ERESERVED_09   (DSP_EBASE + 0x23l)
#define DSP_ERESERVED_0A   (DSP_EBASE + 0x24l)
#define DSP_ERESERVED_0B   (DSP_EBASE + 0x25l)
#define DSP_ERESERVED_0C   (DSP_EBASE + 0x26l)
#define DSP_ERESERVED_0D   (DSP_EBASE + 0x27l)
#define DSP_ERESOURCE   (DSP_EBASE + 0x28l)
#define DSP_ERESTART   (DSP_EBASE + 0x29l)
#define DSP_EFREE   (DSP_EBASE + 0x2Al)
#define DSP_EIOFREE   (DSP_EBASE + 0x2Bl)
#define DSP_EMULINST   (DSP_EBASE + 0x2Cl)
#define DSP_ENOTFOUND   (DSP_EBASE + 0x2Dl)
#define DSP_EOUTOFIO   (DSP_EBASE + 0x2El)
#define DSP_ETRANSLATE   (DSP_EBASE + 0x2fl)
#define DSP_EVERSION   (DSP_EBASE + 0x30l)
#define DSP_EFWRITE   (DSP_EBASE + 0x31l)
#define DSP_ENOSECT   (DSP_EBASE + 0x32l)
#define DSP_ERESERVED_0F   (DSP_EBASE + 0x33l)
#define DSP_ERESERVED_10   (DSP_EBASE + 0x34l)
#define DSP_ERESERVED_11   (DSP_EBASE + 0x35l)
#define DSP_ERESERVED_12   (DSP_EBASE + 0x36l)
#define DSP_ERESERVED_13   (DSP_EBASE + 0x37l)
#define DSP_ERESERVED_14   (DSP_EBASE + 0x38l)
#define DSP_ERESERVED_15   (DSP_EBASE + 0x39l)
#define DSP_ERESERVED_16   (DSP_EBASE + 0x3Al)
#define DSP_ERESERVED_17   (DSP_EBASE + 0x3Bl)
#define DSP_ERESERVED_18   (DSP_EBASE + 0x3Cl)
#define DSP_ERESERVED_19   (DSP_EBASE + 0x3Dl)
#define DSP_ERESERVED_1A   (DSP_EBASE + 0x3El)
#define DSP_ERESERVED_1B   (DSP_EBASE + 0x3Fl)
#define DSP_ERESERVED_1C   (DSP_EBASE + 0x40l)
#define DSP_ERESERVED_1D   (DSP_EBASE + 0x41l)
#define DSP_ERESERVED_1E   (DSP_EBASE + 0x42l)
#define DSP_ERESERVED_1F   (DSP_EBASE + 0x43l)
#define DSP_ERESERVED_20   (DSP_EBASE + 0x44l)
#define DSP_ERESERVED_21   (DSP_EBASE + 0x45l)
#define DSP_ERESERVED_22   (DSP_EBASE + 0x46l)
#define DSP_ERESERVED_23   (DSP_EBASE + 0x47l)
#define DSP_ERESERVED_24   (DSP_EBASE + 0x48l)
#define DSP_ERESERVED_25   (DSP_EBASE + 0x49l)
#define DSP_ERESERVED_26   (DSP_EBASE + 0x4al)
#define DSP_ERESERVED_27   (DSP_EBASE + 0x4bl)
#define DSP_ERESERVED_28   (DSP_EBASE + 0x4cl)
#define DSP_ERESERVED_29   (DSP_EBASE + 0x4dl)
#define DSP_ERESERVED_2A   (DSP_EBASE + 0x4el)
#define DSP_ERESERVED_2B   (DSP_EBASE + 0x4fl)
#define DSP_EALREADYEXISTS   (DSP_EBASE + 0x50l)
#define DSP_ENOTCOMPLETE   (DSP_EBASE + 0x51l)
#define DSP_ECONFIG   (DSP_EBASE + 0x52l)
#define DSP_ENOTSUPPORTED   (DSP_EBASE + 0x53l)
#define DSP_ENOTREADY   (DSP_EBASE + 0x54l)
#define RINGIO_EBASE   (DSP_EBASE + 0x55l)
#define RINGIO_EFAILURE   (RINGIO_EBASE + 0x00l)
#define RINGIO_EBUFWRAP   (RINGIO_EBASE + 0x01l)
#define RINGIO_EBUFEMPTY   (RINGIO_EBASE + 0x02l)
#define RINGIO_EBUFFULL   (RINGIO_EBASE + 0x03l)
#define RINGIO_EPENDINGDATA   (RINGIO_EBASE + 0x04l)
#define RINGIO_EVARIABLEATTRIBUTE   (RINGIO_EBASE + 0x05l)
#define RINGIO_EALREADYEXISTS   (RINGIO_EBASE + 0x06l)
#define RINGIO_ENOTCONTIGUOUSDATA   (RINGIO_EBASE + 0x07l)
#define RINGIO_EWRONGSTATE   (RINGIO_EBASE + 0x08l)
#define DSP_ERESERVED_BASE_1   (DSP_COMP_EBASE + 0x000l)
#define DSP_ERESERVED_BASE_2   (DSP_COMP_EBASE + 0x100l)
#define DSP_ERESERVED_BASE_3   (DSP_COMP_EBASE + 0x200l)
#define DSP_ERESERVED_BASE_4   (DSP_COMP_EBASE + 0x300l)
#define DSP_ERESERVED_BASE_5   (DSP_COMP_EBASE + 0x400l)
#define CHNL_EBASE   (DSP_COMP_EBASE + 0x500l)
#define CHNL_E_MAXCHANNELS   (CHNL_EBASE + 0x00l)
#define CHNL_E_RESERVED_1   (CHNL_EBASE + 0x01l)
#define CHNL_E_OUTOFSTREAMS   (CHNL_EBASE + 0x02l)
#define CHNL_E_BADCHANID   (CHNL_EBASE + 0x03l)
#define CHNL_E_CHANBUSY   (CHNL_EBASE + 0x04l)
#define CHNL_E_BADMODE   (CHNL_EBASE + 0x05l)
#define CHNL_E_NOIOC   (CHNL_EBASE + 0x06l)
#define CHNL_E_CANCELLED   (CHNL_EBASE + 0x07l)
#define CHNL_E_EOS   (CHNL_EBASE + 0x09l)
#define CHNL_E_CREATEEVENT   (CHNL_EBASE + 0x0Al)
#define CHNL_E_RESERVED_2   (CHNL_EBASE + 0x0Bl)
#define CHNL_E_RESERVED_3   (CHNL_EBASE + 0x0Cl)
#define CHNL_E_INVALIDWORDSIZE   (CHNL_EBASE + 0x0Dl)
#define CHNL_E_RESERVED_4   (CHNL_EBASE + 0x0El)
#define CHNL_E_RESERVED_5   (CHNL_EBASE + 0x0Fl)
#define CHNL_E_RESERVED_6   (CHNL_EBASE + 0x10l)
#define CHNL_E_ISR   (CHNL_EBASE + 0x11l)
#define CHNL_E_NOIORPS   (CHNL_EBASE + 0x12l)
#define CHNL_E_BUFSIZE   (CHNL_EBASE + 0x13l)
#define CHNL_E_NOEOS   (CHNL_EBASE + 0x14l)
#define CHNL_E_WAITTIMEOUT   (CHNL_EBASE + 0x15l)
#define CHNL_E_RESERVED_7   (CHNL_EBASE + 0x16l)
#define CHNL_E_RESERVED_8   (CHNL_EBASE + 0x17l)
#define CHNL_E_RESERVED_9   (CHNL_EBASE + 0x18l)
#define CHNL_E_RESERVED_10   (CHNL_EBASE + 0x19l)
#define CHNL_E_WRONGSTATE   (CHNL_EBASE + 0x1Al)
#define SYNC_EBASE   (DSP_COMP_EBASE + 0x600l)
#define SYNC_E_FAIL   (SYNC_EBASE + 0x00l)
#define SYNC_E_TIMEOUT   (SYNC_EBASE + 0x01l)
#define DSP_ERESERVED_BASE_6   (DSP_COMP_EBASE + 0x700l)
#define DSP_ERESERVED_BASE_7   (DSP_COMP_EBASE + 0x800l)
#define DSP_EIRQNONE   (DSP_COMP_EBASE + 0x900l)

Typedefs

typedef Int32 DSP_STATUS


Detailed Description

Central repository for error and status code bases and ranges for DSP/BIOS LINK and any Algorithm Framework built on top of LINK.

============================================================================

Path:
/db/swcoe_asp/DSPLINK_Build/dsplink_linux_1_65_00_03/dsplink/gpp/inc/usr/
Version:
1.65.00.03 ============================================================================
Copyright:
Copyright (C) 2002-2009, Texas Instruments Incorporated - http://www.ti.com/
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name of Texas Instruments Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ============================================================================

Definition in file errbase.h.


Define Documentation

#define CHNL_E_BADCHANID   (CHNL_EBASE + 0x03l)
 

Definition at line 431 of file errbase.h.

#define CHNL_E_BADMODE   (CHNL_EBASE + 0x05l)
 

Definition at line 437 of file errbase.h.

#define CHNL_E_BUFSIZE   (CHNL_EBASE + 0x13l)
 

Definition at line 478 of file errbase.h.

#define CHNL_E_CANCELLED   (CHNL_EBASE + 0x07l)
 

Definition at line 445 of file errbase.h.

#define CHNL_E_CHANBUSY   (CHNL_EBASE + 0x04l)
 

Definition at line 434 of file errbase.h.

#define CHNL_E_CREATEEVENT   (CHNL_EBASE + 0x0Al)
 

Definition at line 451 of file errbase.h.

#define CHNL_E_EOS   (CHNL_EBASE + 0x09l)
 

Definition at line 448 of file errbase.h.

#define CHNL_E_INVALIDWORDSIZE   (CHNL_EBASE + 0x0Dl)
 

Definition at line 460 of file errbase.h.

#define CHNL_E_ISR   (CHNL_EBASE + 0x11l)
 

Definition at line 472 of file errbase.h.

#define CHNL_E_MAXCHANNELS   (CHNL_EBASE + 0x00l)
 

Definition at line 422 of file errbase.h.

#define CHNL_E_NOEOS   (CHNL_EBASE + 0x14l)
 

Definition at line 481 of file errbase.h.

#define CHNL_E_NOIOC   (CHNL_EBASE + 0x06l)
 

Definition at line 442 of file errbase.h.

#define CHNL_E_NOIORPS   (CHNL_EBASE + 0x12l)
 

Definition at line 475 of file errbase.h.

#define CHNL_E_OUTOFSTREAMS   (CHNL_EBASE + 0x02l)
 

Definition at line 428 of file errbase.h.

#define CHNL_E_RESERVED_1   (CHNL_EBASE + 0x01l)
 

Definition at line 425 of file errbase.h.

#define CHNL_E_RESERVED_10   (CHNL_EBASE + 0x19l)
 

Definition at line 496 of file errbase.h.

#define CHNL_E_RESERVED_2   (CHNL_EBASE + 0x0Bl)
 

Definition at line 454 of file errbase.h.

#define CHNL_E_RESERVED_3   (CHNL_EBASE + 0x0Cl)
 

Definition at line 457 of file errbase.h.

#define CHNL_E_RESERVED_4   (CHNL_EBASE + 0x0El)
 

Definition at line 463 of file errbase.h.

#define CHNL_E_RESERVED_5   (CHNL_EBASE + 0x0Fl)
 

Definition at line 466 of file errbase.h.

#define CHNL_E_RESERVED_6   (CHNL_EBASE + 0x10l)
 

Definition at line 469 of file errbase.h.

#define CHNL_E_RESERVED_7   (CHNL_EBASE + 0x16l)
 

Definition at line 487 of file errbase.h.

#define CHNL_E_RESERVED_8   (CHNL_EBASE + 0x17l)
 

Definition at line 490 of file errbase.h.

#define CHNL_E_RESERVED_9   (CHNL_EBASE + 0x18l)
 

Definition at line 493 of file errbase.h.

#define CHNL_E_WAITTIMEOUT   (CHNL_EBASE + 0x15l)
 

Definition at line 484 of file errbase.h.

#define CHNL_E_WRONGSTATE   (CHNL_EBASE + 0x1Al)
 

Definition at line 499 of file errbase.h.

#define CHNL_EBASE   (DSP_COMP_EBASE + 0x500l)
 

Definition at line 419 of file errbase.h.

#define DSP_COMP_EBASE   (DSP_STATUS)0x80040200l
 

Definition at line 87 of file errbase.h.

#define DSP_COMP_ELAST   (DSP_STATUS)0x80047fffl
 

Definition at line 88 of file errbase.h.

#define DSP_EACCESSDENIED   (DSP_EBASE + 0x0l)
 

Definition at line 169 of file errbase.h.

#define DSP_EALREADYCONNECTED   (DSP_EBASE + 0x1l)
 

Definition at line 172 of file errbase.h.

#define DSP_EALREADYEXISTS   (DSP_EBASE + 0x50l)
 

Definition at line 348 of file errbase.h.

#define DSP_EALREADYOPENED   (DSP_EBASE + 0x1Fl)
 

Definition at line 271 of file errbase.h.

#define DSP_EALREADYSETUP   (DSP_EBASE + 0x1Cl)
 

Definition at line 262 of file errbase.h.

#define DSP_EALREADYSTARTED   (DSP_EBASE + 0x1El)
 

Definition at line 268 of file errbase.h.

#define DSP_EATTACHED   (DSP_EBASE + 0x2l)
 

Definition at line 175 of file errbase.h.

#define DSP_EBASE   (DSP_STATUS)0x80008000l
 

Definition at line 83 of file errbase.h.

#define DSP_ECHANGEDURINGENUM   (DSP_EBASE + 0x3l)
 

Definition at line 180 of file errbase.h.

#define DSP_ECONFIG   (DSP_EBASE + 0x52l)
 

Definition at line 359 of file errbase.h.

#define DSP_ECORRUPTFILE   (DSP_EBASE + 0x4l)
 

Definition at line 183 of file errbase.h.

#define DSP_EDELETE   (DSP_EBASE + 0x5l)
 

Definition at line 186 of file errbase.h.

#define DSP_EDIRECTION   (DSP_EBASE + 0x6l)
 

Definition at line 189 of file errbase.h.

#define DSP_EFAIL   (DSP_EBASE + 0x8l)
 

Definition at line 198 of file errbase.h.

#define DSP_EFILE   (DSP_EBASE + 0x9l)
 

Definition at line 201 of file errbase.h.

#define DSP_EFREE   (DSP_EBASE + 0x2Al)
 

Definition at line 290 of file errbase.h.

#define DSP_EFWRITE   (DSP_EBASE + 0x31l)
 

Definition at line 311 of file errbase.h.

#define DSP_EHANDLE   (DSP_EBASE + 0xAl)
 

Definition at line 204 of file errbase.h.

#define DSP_EINIT   (DSP_EBASE + 0xFl)
 

Definition at line 219 of file errbase.h.

#define DSP_EINTR   (DSP_EBASE + 0x1Dl)
 

Definition at line 265 of file errbase.h.

#define DSP_EINVALIDARG   (DSP_EBASE + 0xBl)
 

Definition at line 207 of file errbase.h.

#define DSP_EIOFREE   (DSP_EBASE + 0x2Bl)
 

Definition at line 293 of file errbase.h.

#define DSP_EIRQNONE   (DSP_COMP_EBASE + 0x900l)
 

Definition at line 528 of file errbase.h.

#define DSP_ELAST   (DSP_STATUS)0x800081FFl
 

Definition at line 84 of file errbase.h.

#define DSP_EMEMORY   (DSP_EBASE + 0xCl)
 

Definition at line 210 of file errbase.h.

#define DSP_EMULINST   (DSP_EBASE + 0x2Cl)
 

Definition at line 296 of file errbase.h.

#define DSP_ENOSECT   (DSP_EBASE + 0x32l)
 

Definition at line 314 of file errbase.h.

#define DSP_ENOTCOMPLETE   (DSP_EBASE + 0x51l)
 

Definition at line 353 of file errbase.h.

#define DSP_ENOTFOUND   (DSP_EBASE + 0x2Dl)
 

Definition at line 299 of file errbase.h.

#define DSP_ENOTIMPL   (DSP_EBASE + 0x10l)
 

Definition at line 222 of file errbase.h.

#define DSP_ENOTREADY   (DSP_EBASE + 0x54l)
 

Definition at line 365 of file errbase.h.

#define DSP_ENOTSUPPORTED   (DSP_EBASE + 0x53l)
 

Definition at line 362 of file errbase.h.

#define DSP_EOPENED   (DSP_EBASE + 0x19l)
 

Definition at line 251 of file errbase.h.

#define DSP_EOUTOFIO   (DSP_EBASE + 0x2El)
 

Definition at line 302 of file errbase.h.

#define DSP_EPENDING   (DSP_EBASE + 0x11l)
 

Definition at line 225 of file errbase.h.

#define DSP_EPOINTER   (DSP_EBASE + 0x12l)
 

Definition at line 228 of file errbase.h.

#define DSP_ERANGE   (DSP_EBASE + 0x13l)
 

Definition at line 231 of file errbase.h.

#define DSP_ERESERVED_06   (DSP_EBASE + 0x20l)
 

Definition at line 274 of file errbase.h.

#define DSP_ERESERVED_07   (DSP_EBASE + 0x21l)
 

Definition at line 275 of file errbase.h.

#define DSP_ERESERVED_08   (DSP_EBASE + 0x22l)
 

Definition at line 276 of file errbase.h.

#define DSP_ERESERVED_09   (DSP_EBASE + 0x23l)
 

Definition at line 277 of file errbase.h.

#define DSP_ERESERVED_0A   (DSP_EBASE + 0x24l)
 

Definition at line 278 of file errbase.h.

#define DSP_ERESERVED_0B   (DSP_EBASE + 0x25l)
 

Definition at line 279 of file errbase.h.

#define DSP_ERESERVED_0C   (DSP_EBASE + 0x26l)
 

Definition at line 280 of file errbase.h.

#define DSP_ERESERVED_0D   (DSP_EBASE + 0x27l)
 

Definition at line 281 of file errbase.h.

#define DSP_ERESERVED_0F   (DSP_EBASE + 0x33l)
 

Definition at line 317 of file errbase.h.

#define DSP_ERESERVED_10   (DSP_EBASE + 0x34l)
 

Definition at line 318 of file errbase.h.

#define DSP_ERESERVED_11   (DSP_EBASE + 0x35l)
 

Definition at line 319 of file errbase.h.

#define DSP_ERESERVED_12   (DSP_EBASE + 0x36l)
 

Definition at line 320 of file errbase.h.

#define DSP_ERESERVED_13   (DSP_EBASE + 0x37l)
 

Definition at line 321 of file errbase.h.

#define DSP_ERESERVED_14   (DSP_EBASE + 0x38l)
 

Definition at line 322 of file errbase.h.

#define DSP_ERESERVED_15   (DSP_EBASE + 0x39l)
 

Definition at line 323 of file errbase.h.

#define DSP_ERESERVED_16   (DSP_EBASE + 0x3Al)
 

Definition at line 324 of file errbase.h.

#define DSP_ERESERVED_17   (DSP_EBASE + 0x3Bl)
 

Definition at line 325 of file errbase.h.

#define DSP_ERESERVED_18   (DSP_EBASE + 0x3Cl)
 

Definition at line 326 of file errbase.h.

#define DSP_ERESERVED_19   (DSP_EBASE + 0x3Dl)
 

Definition at line 327 of file errbase.h.

#define DSP_ERESERVED_1A   (DSP_EBASE + 0x3El)
 

Definition at line 328 of file errbase.h.

#define DSP_ERESERVED_1B   (DSP_EBASE + 0x3Fl)
 

Definition at line 329 of file errbase.h.

#define DSP_ERESERVED_1C   (DSP_EBASE + 0x40l)
 

Definition at line 330 of file errbase.h.

#define DSP_ERESERVED_1D   (DSP_EBASE + 0x41l)
 

Definition at line 331 of file errbase.h.

#define DSP_ERESERVED_1E   (DSP_EBASE + 0x42l)
 

Definition at line 332 of file errbase.h.

#define DSP_ERESERVED_1F   (DSP_EBASE + 0x43l)
 

Definition at line 333 of file errbase.h.

#define DSP_ERESERVED_20   (DSP_EBASE + 0x44l)
 

Definition at line 334 of file errbase.h.

#define DSP_ERESERVED_21   (DSP_EBASE + 0x45l)
 

Definition at line 335 of file errbase.h.

#define DSP_ERESERVED_22   (DSP_EBASE + 0x46l)
 

Definition at line 336 of file errbase.h.

#define DSP_ERESERVED_23   (DSP_EBASE + 0x47l)
 

Definition at line 337 of file errbase.h.

#define DSP_ERESERVED_24   (DSP_EBASE + 0x48l)
 

Definition at line 338 of file errbase.h.

#define DSP_ERESERVED_25   (DSP_EBASE + 0x49l)
 

Definition at line 339 of file errbase.h.

#define DSP_ERESERVED_26   (DSP_EBASE + 0x4al)
 

Definition at line 340 of file errbase.h.

#define DSP_ERESERVED_27   (DSP_EBASE + 0x4bl)
 

Definition at line 341 of file errbase.h.

#define DSP_ERESERVED_28   (DSP_EBASE + 0x4cl)
 

Definition at line 342 of file errbase.h.

#define DSP_ERESERVED_29   (DSP_EBASE + 0x4dl)
 

Definition at line 343 of file errbase.h.

#define DSP_ERESERVED_2A   (DSP_EBASE + 0x4el)
 

Definition at line 344 of file errbase.h.

#define DSP_ERESERVED_2B   (DSP_EBASE + 0x4fl)
 

Definition at line 345 of file errbase.h.

#define DSP_ERESERVED_BASE_1   (DSP_COMP_EBASE + 0x000l)
 

Definition at line 408 of file errbase.h.

#define DSP_ERESERVED_BASE_2   (DSP_COMP_EBASE + 0x100l)
 

Definition at line 409 of file errbase.h.

#define DSP_ERESERVED_BASE_3   (DSP_COMP_EBASE + 0x200l)
 

Definition at line 410 of file errbase.h.

#define DSP_ERESERVED_BASE_4   (DSP_COMP_EBASE + 0x300l)
 

Definition at line 411 of file errbase.h.

#define DSP_ERESERVED_BASE_5   (DSP_COMP_EBASE + 0x400l)
 

Definition at line 412 of file errbase.h.

#define DSP_ERESERVED_BASE_6   (DSP_COMP_EBASE + 0x700l)
 

Definition at line 516 of file errbase.h.

#define DSP_ERESERVED_BASE_7   (DSP_COMP_EBASE + 0x800l)
 

Definition at line 517 of file errbase.h.

#define DSP_ERESOURCE   (DSP_EBASE + 0x28l)
 

Definition at line 284 of file errbase.h.

#define DSP_ERESTART   (DSP_EBASE + 0x29l)
 

Definition at line 287 of file errbase.h.

#define DSP_ESETUP   (DSP_EBASE + 0xDl)
 

Definition at line 213 of file errbase.h.

#define DSP_ESIZE   (DSP_EBASE + 0x14l)
 

Definition at line 234 of file errbase.h.

#define DSP_ESTARTED   (DSP_EBASE + 0xEl)
 

Definition at line 216 of file errbase.h.

#define DSP_ESTREAM   (DSP_EBASE + 0x15l)
 

Definition at line 237 of file errbase.h.

#define DSP_ESTREAMFULL   (DSP_EBASE + 0x7l)
 

Definition at line 195 of file errbase.h.

#define DSP_ETASK   (DSP_EBASE + 0x16l)
 

Definition at line 240 of file errbase.h.

#define DSP_ETIMEOUT   (DSP_EBASE + 0x17l)
 

Definition at line 243 of file errbase.h.

#define DSP_ETRANSLATE   (DSP_EBASE + 0x2fl)
 

Definition at line 305 of file errbase.h.

#define DSP_ETRUNCATED   (DSP_EBASE + 0x18l)
 

Definition at line 248 of file errbase.h.

#define DSP_EVALUE   (DSP_EBASE + 0x1Al)
 

Definition at line 254 of file errbase.h.

#define DSP_EVERSION   (DSP_EBASE + 0x30l)
 

Definition at line 308 of file errbase.h.

#define DSP_EWRONGSTATE   (DSP_EBASE + 0x1Bl)
 

Definition at line 259 of file errbase.h.

#define DSP_FAILED status   )     (!DSP_SUCCEEDED (status))
 

Definition at line 64 of file errbase.h.

#define DSP_SALREADYATTACHED   (DSP_SBASE + 0x1l)
 

Definition at line 105 of file errbase.h.

#define DSP_SALREADYLOADED   (DSP_SBASE + 0xAl)
 

Definition at line 134 of file errbase.h.

#define DSP_SALREADYOPENED   (DSP_SBASE + 0x4l)
 

Definition at line 114 of file errbase.h.

#define DSP_SALREADYSETUP   (DSP_SBASE + 0x7l)
 

Definition at line 125 of file errbase.h.

#define DSP_SALREADYSTARTED   (DSP_SBASE + 0xBl)
 

Definition at line 137 of file errbase.h.

#define DSP_SBASE   (DSP_STATUS)0x00008000l
 

Definition at line 75 of file errbase.h.

#define DSP_SCLOSED   (DSP_SBASE + 0xDl)
 

Definition at line 143 of file errbase.h.

#define DSP_SDESTROYED   (DSP_SBASE + 0x8l)
 

Definition at line 128 of file errbase.h.

#define DSP_SDETACHED   (DSP_SBASE + 0x9l)
 

Definition at line 131 of file errbase.h.

#define DSP_SENUMCOMPLETE   (DSP_SBASE + 0x2l)
 

Definition at line 108 of file errbase.h.

#define DSP_SEXISTS   (DSP_SBASE + 0x5l)
 

Definition at line 117 of file errbase.h.

#define DSP_SFINALIZED   (DSP_SBASE + 0x3l)
 

Definition at line 111 of file errbase.h.

#define DSP_SFREE   (DSP_SBASE + 0x6l)
 

Definition at line 120 of file errbase.h.

#define DSP_SLAST   (DSP_STATUS)0x00008500l
 

Definition at line 76 of file errbase.h.

#define DSP_SOK   (DSP_SBASE + 0x0l)
 

Definition at line 101 of file errbase.h.

#define DSP_SSTOPPED   (DSP_SBASE + 0xCl)
 

Definition at line 140 of file errbase.h.

#define DSP_SUCCEEDED status   ) 
 

Value:

(    ((Int32) (status) >= (DSP_SBASE))   \
                                 &&  ((Int32) (status) <= (DSP_SLAST)))

Definition at line 61 of file errbase.h.

#define ERRBASE_H
 

Definition at line 45 of file errbase.h.

#define RINGIO_EALREADYEXISTS   (RINGIO_EBASE + 0x06l)
 

Definition at line 396 of file errbase.h.

#define RINGIO_EBASE   (DSP_EBASE + 0x55l)
 

Definition at line 372 of file errbase.h.

#define RINGIO_EBUFEMPTY   (RINGIO_EBASE + 0x02l)
 

Definition at line 382 of file errbase.h.

#define RINGIO_EBUFFULL   (RINGIO_EBASE + 0x03l)
 

Definition at line 385 of file errbase.h.

#define RINGIO_EBUFWRAP   (RINGIO_EBASE + 0x01l)
 

Definition at line 379 of file errbase.h.

#define RINGIO_EFAILURE   (RINGIO_EBASE + 0x00l)
 

Definition at line 375 of file errbase.h.

#define RINGIO_ENOTCONTIGUOUSDATA   (RINGIO_EBASE + 0x07l)
 

Definition at line 401 of file errbase.h.

#define RINGIO_EPENDINGDATA   (RINGIO_EBASE + 0x04l)
 

Definition at line 389 of file errbase.h.

#define RINGIO_EVARIABLEATTRIBUTE   (RINGIO_EBASE + 0x05l)
 

Definition at line 393 of file errbase.h.

#define RINGIO_EWRONGSTATE   (RINGIO_EBASE + 0x08l)
 

Definition at line 404 of file errbase.h.

#define RINGIO_FAILED status   ) 
 

Value:

(    (!RINGIO_SUCCEEDED (status))          \
                                  &&  (DSP_FAILED (status)))

Definition at line 70 of file errbase.h.

#define RINGIO_SBASE   (DSP_STATUS)0x00008100l
 

Definition at line 79 of file errbase.h.

#define RINGIO_SLAST   (DSP_STATUS)0x000081FFl
 

Definition at line 80 of file errbase.h.

#define RINGIO_SPENDINGATTRIBUTE   (RINGIO_SBASE + 0x1l)
 

Definition at line 157 of file errbase.h.

#define RINGIO_SUCCEEDED status   ) 
 

Value:

(    ((Int32) (status) >= (RINGIO_SBASE))  \
                                  &&  ((Int32) (status) <= (RINGIO_SLAST)))

Definition at line 67 of file errbase.h.

#define RINGIO_SUCCESS   (RINGIO_SBASE + 0x0l)
 

Definition at line 151 of file errbase.h.

#define SYNC_E_FAIL   (SYNC_EBASE + 0x00l)
 

Definition at line 509 of file errbase.h.

#define SYNC_E_TIMEOUT   (SYNC_EBASE + 0x01l)
 

Definition at line 512 of file errbase.h.

#define SYNC_EBASE   (DSP_COMP_EBASE + 0x600l)
 

Definition at line 506 of file errbase.h.


Typedef Documentation

typedef Int32 DSP_STATUS
 

Definition at line 58 of file errbase.h.


Generated on Fri Jul 16 14:34:07 2010 for DSP/BIOSLink by  doxygen 1.4.4