Go to the source code of this file.
Macros | |
| #define | ASSERT(condition) assert(condition); |
| #define | DBG_ErrorPrintf (F_Printf)NULL |
| #define | DBG_WarnPrintf (F_Printf)NULL |
| #define | DBG_DebugPrintf (F_Printf)NULL |
| #define | DBG_InfoPrintf (F_Printf)NULL |
| #define | ERRPRINT(x,...) STB_SPDebugWrite( "%s:%d " x, __FUNCTION__, __LINE__, ##__VA_ARGS__); |
| #define | DBGPRINT(t, x,...) |
| #define | FUNCTION_START(x) |
| #define | FUNCTION_FINISH(x) |
Functions | |
| U32BIT | DebugInstanceGetMask (H_DsmControl dsmctrl) |
Definition in file dm_debug.h.
| #define DBGPRINT | ( | t, | |
| x, | |||
| ... | |||
| ) |
Definition at line 64 of file dm_debug.h.
1.8.6