37 #define DD_GEN (1 << 0)
39 #define DD_OC (1 << 1)
41 #define DD_SF (1 << 2)
43 #define DD_TIMER (1 << 3)
45 #define DD_SE (1 << 4)
47 #define DD_LM (1 << 5)
49 #define DD_OBJ (1 << 6)
51 #define DD_DC (1 << 7)
53 #define DD_QUERY (1 << 8)
55 #define DD_MOD (1 << 9)
57 #define DD_ALL ((1 << 10)-1)
59 #define DD_SSF (1 << 11)
64 typedef int (*clDsmPrintFunc_t)(
const char * format, ... );
82 clDsmPrintFunc_t debugFunc, clDsmPrintFunc_t infoFunc );
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...
Definition: clDsmMain.c:143
void clDsmSetPrintState(U32BIT state)
Sets debug print state to select areas of debug.
Definition: clDsmMain.c:154