DSM Debug API header.
More...
Go to the source code of this file.
|
#define | DD_GEN (1 << 0) |
|
#define | DD_OC (1 << 1) |
|
#define | DD_SF (1 << 2) |
|
#define | DD_TIMER (1 << 3) |
|
#define | DD_SE (1 << 4) |
|
#define | DD_LM (1 << 5) |
|
#define | DD_OBJ (1 << 6) |
|
#define | DD_DC (1 << 7) |
|
#define | DD_QUERY (1 << 8) |
|
#define | DD_MOD (1 << 9) |
|
#define | DD_ALL ((1 << 10)-1) |
|
#define | DD_SSF (1 << 11) |
|
|
typedef int(* | clDsmPrintFunc_t )(const char *format,...) |
|
|
void | clDsmSetPrintFuncs (clDsmPrintFunc_t errorFunc, clDsmPrintFunc_t warnFunc, clDsmPrintFunc_t debugFunc, clDsmPrintFunc_t infoFunc) |
| Sets debug print functions for four different levels of detail. Any of these parameters can be set to NULL to turn off output All can be same function and default is NULL for all. More...
|
|
void | clDsmSetPrintState (U32BIT state) |
| Sets debug print state to select areas of debug. More...
|
|
DSM Debug API header.
- Date
- 28 September 2013
- Author
- Adam Sturtridge
void clDsmSetPrintFuncs |
( |
clDsmPrintFunc_t |
errorFunc, |
|
|
clDsmPrintFunc_t |
warnFunc, |
|
|
clDsmPrintFunc_t |
debugFunc, |
|
|
clDsmPrintFunc_t |
infoFunc |
|
) |
| |
Sets debug print functions for four different levels of detail. Any of these parameters can be set to NULL to turn off output All can be same function and default is NULL for all.
- Parameters
-
clDsmPrintFunc_t | errorFunc Pointer to error print function |
clDsmPrintFunc_t | warmFunc Pointer to warn print function |
clDsmPrintFunc_t | debugFunc Pointer to debug print function |
clDsmPrintFunc_t | infoFunc Pointer to info print function |
- Returns
- void
void clDsmSetPrintState |
( |
U32BIT |
state | ) |
|
Sets debug print state to select areas of debug.
- Parameters
-
U32BIT | state See defines above |
- Returns
- void