#include "CeylanARM7Codes.h"
Go to the source code of this file.
Defines | |
#define | CEYLAN_SAFE_FIFO 0 |
Variables | |
const ARM7ErrorCode | UnexpectedOSDLCommand = 1024 |
This include file centralizes all the ARM7 status words and error codes added for OSDL. | |
const ARM7ErrorCode | UnexpectedSampleFormat = 1025 |
const ARM7ErrorCode | HelixInitializationFailed = 1056 |
Helix-OSDL error codes are in the [1056..1088] range. | |
const ARM7ErrorCode | HelixSyncWordNotFound = 1057 |
const ARM7ErrorCode | HelixFoundTruncatedFrame = 1058 |
const ARM7ErrorCode | HelixLacksDataInBitReservoir = 1059 |
const ARM7ErrorCode | HelixLacksFreeBitrateSlot = 1060 |
const ARM7ErrorCode | HelixDecodingError = 1061 |
const ARM7ErrorCode | HelixUnexpectedDecodedLength = 1062 |
#define CEYLAN_SAFE_FIFO 0 |
Definition at line 155 of file OSDLARM7Codes.h.
const ARM7ErrorCode HelixDecodingError = 1061 |
Definition at line 125 of file OSDLARM7Codes.h.
Referenced by decodeNextMP3Frame().
const ARM7ErrorCode HelixFoundTruncatedFrame = 1058 |
Definition at line 103 of file OSDLARM7Codes.h.
Referenced by decodeNextMP3Frame().
const ARM7ErrorCode HelixInitializationFailed = 1056 |
Helix-OSDL error codes are in the [1056..1088] range.
Definition at line 93 of file OSDLARM7Codes.h.
Referenced by initOSDLSound().
const ARM7ErrorCode HelixLacksDataInBitReservoir = 1059 |
Definition at line 111 of file OSDLARM7Codes.h.
Referenced by decodeNextMP3Frame().
const ARM7ErrorCode HelixLacksFreeBitrateSlot = 1060 |
Definition at line 118 of file OSDLARM7Codes.h.
Referenced by decodeNextMP3Frame().
const ARM7ErrorCode HelixSyncWordNotFound = 1057 |
Definition at line 97 of file OSDLARM7Codes.h.
Referenced by decodeNextMP3Frame().
const ARM7ErrorCode HelixUnexpectedDecodedLength = 1062 |
Definition at line 132 of file OSDLARM7Codes.h.
const ARM7ErrorCode UnexpectedOSDLCommand = 1024 |
This include file centralizes all the ARM7 status words and error codes added for OSDL.
It is to be included by ARM7 C code (for setting) and ARM9 C++ code (for interpretation).
typedef for ARM7StatusWord and ARM7ErrorCode are expected to be already defined (they cannot be defined here as their definition is specific to each ARM: Ceylan::Uint16/uint16).
In the ARM9 this is done automatically thanks to: ARM7 status word values. ARM7 error code values.
Error codes in the [1024..2048] range are reserved for OSDL use, knowing that the [0..1023] range is reserved for Ceylan use.
Definition at line 75 of file OSDLARM7Codes.h.
Referenced by handleReceivedIntegratingLibrarySpecificCommand().
const ARM7ErrorCode UnexpectedSampleFormat = 1025 |
Definition at line 79 of file OSDLARM7Codes.h.
Referenced by handlePlaySoundRequest().