![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
This file provides control debug prints for MHEG5 engine. More...
#include "techtype.h"Go to the source code of this file.
Macros | |
| #define | MHDBG_TSTATE (1 << 0) |
| #define | MHDBG_TTUNE (1 << 1) |
| #define | MHDBG_TMEMORY (1 << 2) |
| #define | MHDBG_TKEYS (1 << 3) |
| #define | MHDBG_TMHBOOT (1 << 4) |
| #define | MHDBG_TSTRM (1 << 5) |
| #define | MHDBG_TFILE (1 << 6) |
| #define | MHDBG_TDSMFG (1 << 7) |
| #define | MHDBG_TMHAPI (1 << 8) |
| #define | MHDBG_TSERVICE (1 << 9) |
| #define | MHDBG_TICS (1 << 10) |
| #define | MHDBG_TQUEUE (1 << 11) |
| #define | MHDBG_TEVNTS (1 << 12) |
| #define | MHDBG_TACTIONS (1 << 13) |
| #define | MHDBG_TTIME (1 << 14) |
| #define | MHDBG_TPERFORM (1 << 15) |
| #define | MHDBG_TGRAPHICS (1 << 16) |
| #define | MHDBG_TFONT (1 << 17) |
| #define | MHDBG_TTEXT (1 << 18) |
| #define | MHDBG_TFONTCACHE (1 << 19) |
Functions | |
| U32BIT | MHEG5_DebugGetMask (void) |
| Get the MHEG5 debug mask. More... | |
| void | MHEG5_DebugSetMask (U32BIT mask) |
| Set the MHEG5 debug mask. More... | |
This file provides control debug prints for MHEG5 engine.
Definition in file mheg5_debug.h.
| #define MHDBG_TACTIONS (1 << 13) |
Definition at line 47 of file mheg5_debug.h.
| #define MHDBG_TDSMFG (1 << 7) |
Definition at line 39 of file mheg5_debug.h.
| #define MHDBG_TEVNTS (1 << 12) |
Definition at line 46 of file mheg5_debug.h.
| #define MHDBG_TFILE (1 << 6) |
Definition at line 38 of file mheg5_debug.h.
| #define MHDBG_TFONT (1 << 17) |
Definition at line 52 of file mheg5_debug.h.
| #define MHDBG_TFONTCACHE (1 << 19) |
Definition at line 54 of file mheg5_debug.h.
| #define MHDBG_TGRAPHICS (1 << 16) |
Definition at line 51 of file mheg5_debug.h.
| #define MHDBG_TICS (1 << 10) |
Definition at line 43 of file mheg5_debug.h.
| #define MHDBG_TKEYS (1 << 3) |
Definition at line 34 of file mheg5_debug.h.
| #define MHDBG_TMEMORY (1 << 2) |
Definition at line 33 of file mheg5_debug.h.
| #define MHDBG_TMHAPI (1 << 8) |
Definition at line 41 of file mheg5_debug.h.
| #define MHDBG_TMHBOOT (1 << 4) |
Definition at line 36 of file mheg5_debug.h.
| #define MHDBG_TPERFORM (1 << 15) |
Definition at line 49 of file mheg5_debug.h.
| #define MHDBG_TQUEUE (1 << 11) |
Definition at line 44 of file mheg5_debug.h.
| #define MHDBG_TSERVICE (1 << 9) |
Definition at line 42 of file mheg5_debug.h.
| #define MHDBG_TSTATE (1 << 0) |
Definition at line 31 of file mheg5_debug.h.
| #define MHDBG_TSTRM (1 << 5) |
Definition at line 37 of file mheg5_debug.h.
| #define MHDBG_TTEXT (1 << 18) |
Definition at line 53 of file mheg5_debug.h.
| #define MHDBG_TTIME (1 << 14) |
Definition at line 48 of file mheg5_debug.h.
| #define MHDBG_TTUNE (1 << 1) |
Definition at line 32 of file mheg5_debug.h.
| U32BIT MHEG5_DebugGetMask | ( | void | ) |
| void MHEG5_DebugSetMask | ( | U32BIT | mask | ) |
Set the MHEG5 debug mask.
| mask | mask value |
Definition at line 64 of file glue_debug.c.
1.8.11