56    F_Printf debugFunc, F_Printf infoFunc );
 Definition: clDsmSystem.h:535
 
DSM-CC API functions to control DSM-CC instance. 
 
DSM-CC global types header Used by SI Query and Section Filter code. 
 
void CDSM_SetPrintFuncs(F_Printf errorFunc, F_Printf warnFunc, F_Printf debugFunc, F_Printf infoFunc)
Sets debug print functions for four different levels of detail. Any of these parameters can be set to...
Definition: clDsmMain.c:145
 
void CDSM_SetDebugState(H_DsmCoreInst dsm, U32BIT dbgMask)
Set Debug mask for core DSM. 
Definition: clDsmMain.c:176
 
Define standard function types. 
 
void CDSM_SetPrintState(U32BIT state)
Sets debug print state to select areas of debug. 
Definition: clDsmMain.c:161