DSMCC  15.3.1
include/dsm_debug.h File Reference

DSM-CC API functions to control DSM-CC instance. More...

Go to the source code of this file.

Defines

#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 DS_MAIN   (1 << 16)
#define DS_QUERY   (1 << 17)
#define DS_CACHE   (1 << 18)
#define DS_PMT   (1 << 19)
#define DS_PAT   (1 << 20)
#define DS_FUNC   (1 << 21)
#define DS_ALL   (31 << 16)
#define DF_MAIN   (1 << 24)
#define DF_FILTER   (1 << 25)
#define DF_CACHE   (1 << 26)
#define DF_ALL   (7 << 24)
#define DM_SI   (1 << 29)
#define DM_CONTROL   (1 << 30)
#define DM_CLIENT   (1 << 31)

Functions

U32BIT DSMCC_DebugGetMask (void)
 Get the DSMCC debug mask.
void DSMCC_DebugSetMask (U32BIT mask)
 Set the DSMCC debug mask.

Detailed Description

DSM-CC API functions to control DSM-CC instance.

Date:
21/08/2014
Author:
Adam Sturtridge

Function Documentation

U32BIT DSMCC_DebugGetMask ( void  )

Get the DSMCC debug mask.

Returns:
Debug mask
void DSMCC_DebugSetMask ( U32BIT  mask)

Set the DSMCC debug mask.

Parameters:
maskmask value
Returns:
void
 All Data Structures Files Functions Typedefs