STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
GUI_Debug.h File Reference
#include <stddef.h>
#include "GUI.h"

Go to the source code of this file.

Macros

#define GUI_DEBUG_LEVEL_NOCHECK   0 /* No run time checks are performed */
 
#define GUI_DEBUG_LEVEL_CHECK_PARA   1 /* Parameter checks are performed to avoid crashes */
 
#define GUI_DEBUG_LEVEL_CHECK_ALL   2 /* Parameter checks and consistency checks are performed */
 
#define GUI_DEBUG_LEVEL_LOG_ERRORS   3 /* Errors are recorded */
 
#define GUI_DEBUG_LEVEL_LOG_WARNINGS   4 /* Errors & Warnings are recorded */
 
#define GUI_DEBUG_LEVEL_LOG_ALL   5 /* Errors, Warnings and Messages are recorded. */
 
#define GUI_DEBUG_LEVEL   GUI_DEBUG_LEVEL_CHECK_PARA /* For most targets, min. size is important */
 
#define GUI_LOCK_H(hMem)    GUI_ALLOC_LockH(hMem)
 
#define GUI_UNLOCK_H(pMem)   GUI_ALLOC_UnlockH((void **)&pMem)
 
#define GUI_DEBUG_GETCMDLINE()   0
 
#define GUI_DEBUG_ERROROUT(s)
 
#define GUI_DEBUG_ERROROUT1(s, p0)
 
#define GUI_DEBUG_ERROROUT2(s, p0, p1)
 
#define GUI_DEBUG_ERROROUT3(s, p0, p1, p2)
 
#define GUI_DEBUG_ERROROUT4(s, p0, p1, p2, p3)
 
#define GUI_DEBUG_ERROROUT_IF(exp, s)
 
#define GUI_DEBUG_ERROROUT1_IF(exp, s, p0)
 
#define GUI_DEBUG_ERROROUT2_IF(exp, s, p0, p1)
 
#define GUI_DEBUG_ERROROUT3_IF(exp, s, p0, p1, p2)
 
#define GUI_DEBUG_ERROROUT4_IF(exp, s, p0, p1, p2, p3)
 
#define GUI_DEBUG_WARN(s)
 
#define GUI_DEBUG_WARN1(s, p0)
 
#define GUI_DEBUG_WARN2(s, p0, p1)
 
#define GUI_DEBUG_WARN3(s, p0, p1, p2)
 
#define GUI_DEBUG_WARN4(s, p0, p1, p2, p3)
 
#define GUI_DEBUG_WARN_IF(exp, s)
 
#define GUI_DEBUG_WARN1_IF(exp, s, p0)
 
#define GUI_DEBUG_WARN2_IF(exp, s, p0, p1)
 
#define GUI_DEBUG_WARN3_IF(exp, s, p0, p1, p2)
 
#define GUI_DEBUG_WARN4_IF(exp, s, p0, p1, p2, p3)
 
#define GUI_DEBUG_LOG(s)
 
#define GUI_DEBUG_LOG1(s, p0)
 
#define GUI_DEBUG_LOG2(s, p0, p1)
 
#define GUI_DEBUG_LOG3(s, p0, p1, p2)
 
#define GUI_DEBUG_LOG4(s, p0, p1, p2, p3)
 
#define GUI_DEBUG_LOG_IF(exp, s)
 
#define GUI_DEBUG_LOG1_IF(exp, s, p0)
 
#define GUI_DEBUG_LOG2_IF(exp, s, p0, p1)
 
#define GUI_DEBUG_LOG3_IF(exp, s, p0, p1, p2)
 
#define GUI_DEBUG_LOG4_IF(exp, s, p0, p1, p2, p3)
 
#define GUI_DEBUG_ASSERT(exp)
 

Macro Definition Documentation

#define GUI_DEBUG_ASSERT (   exp)

Definition at line 182 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT (   s)

Definition at line 96 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT1 (   s,
  p0 
)

Definition at line 97 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT1_IF (   exp,
  s,
  p0 
)

Definition at line 102 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT2 (   s,
  p0,
  p1 
)

Definition at line 98 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT2_IF (   exp,
  s,
  p0,
  p1 
)

Definition at line 103 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT3 (   s,
  p0,
  p1,
  p2 
)

Definition at line 99 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT3_IF (   exp,
  s,
  p0,
  p1,
  p2 
)

Definition at line 104 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT4 (   s,
  p0,
  p1,
  p2,
  p3 
)

Definition at line 100 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT4_IF (   exp,
  s,
  p0,
  p1,
  p2,
  p3 
)

Definition at line 105 of file GUI_Debug.h.

#define GUI_DEBUG_ERROROUT_IF (   exp,
 
)

Definition at line 101 of file GUI_Debug.h.

#define GUI_DEBUG_GETCMDLINE ( )    0

Definition at line 72 of file GUI_Debug.h.

#define GUI_DEBUG_LEVEL   GUI_DEBUG_LEVEL_CHECK_PARA /* For most targets, min. size is important */

Definition at line 55 of file GUI_Debug.h.

#define GUI_DEBUG_LEVEL_CHECK_ALL   2 /* Parameter checks and consistency checks are performed */

Definition at line 46 of file GUI_Debug.h.

#define GUI_DEBUG_LEVEL_CHECK_PARA   1 /* Parameter checks are performed to avoid crashes */

Definition at line 45 of file GUI_Debug.h.

#define GUI_DEBUG_LEVEL_LOG_ALL   5 /* Errors, Warnings and Messages are recorded. */

Definition at line 49 of file GUI_Debug.h.

#define GUI_DEBUG_LEVEL_LOG_ERRORS   3 /* Errors are recorded */

Definition at line 47 of file GUI_Debug.h.

#define GUI_DEBUG_LEVEL_LOG_WARNINGS   4 /* Errors & Warnings are recorded */

Definition at line 48 of file GUI_Debug.h.

#define GUI_DEBUG_LEVEL_NOCHECK   0 /* No run time checks are performed */

Definition at line 44 of file GUI_Debug.h.

#define GUI_DEBUG_LOG (   s)

Definition at line 161 of file GUI_Debug.h.

#define GUI_DEBUG_LOG1 (   s,
  p0 
)

Definition at line 162 of file GUI_Debug.h.

#define GUI_DEBUG_LOG1_IF (   exp,
  s,
  p0 
)

Definition at line 167 of file GUI_Debug.h.

#define GUI_DEBUG_LOG2 (   s,
  p0,
  p1 
)

Definition at line 163 of file GUI_Debug.h.

#define GUI_DEBUG_LOG2_IF (   exp,
  s,
  p0,
  p1 
)

Definition at line 168 of file GUI_Debug.h.

#define GUI_DEBUG_LOG3 (   s,
  p0,
  p1,
  p2 
)

Definition at line 164 of file GUI_Debug.h.

#define GUI_DEBUG_LOG3_IF (   exp,
  s,
  p0,
  p1,
  p2 
)

Definition at line 169 of file GUI_Debug.h.

#define GUI_DEBUG_LOG4 (   s,
  p0,
  p1,
  p2,
  p3 
)

Definition at line 165 of file GUI_Debug.h.

#define GUI_DEBUG_LOG4_IF (   exp,
  s,
  p0,
  p1,
  p2,
  p3 
)

Definition at line 170 of file GUI_Debug.h.

#define GUI_DEBUG_LOG_IF (   exp,
 
)

Definition at line 166 of file GUI_Debug.h.

#define GUI_DEBUG_WARN (   s)

Definition at line 129 of file GUI_Debug.h.

#define GUI_DEBUG_WARN1 (   s,
  p0 
)

Definition at line 130 of file GUI_Debug.h.

#define GUI_DEBUG_WARN1_IF (   exp,
  s,
  p0 
)

Definition at line 135 of file GUI_Debug.h.

#define GUI_DEBUG_WARN2 (   s,
  p0,
  p1 
)

Definition at line 131 of file GUI_Debug.h.

#define GUI_DEBUG_WARN2_IF (   exp,
  s,
  p0,
  p1 
)

Definition at line 136 of file GUI_Debug.h.

#define GUI_DEBUG_WARN3 (   s,
  p0,
  p1,
  p2 
)

Definition at line 132 of file GUI_Debug.h.

#define GUI_DEBUG_WARN3_IF (   exp,
  s,
  p0,
  p1,
  p2 
)

Definition at line 137 of file GUI_Debug.h.

#define GUI_DEBUG_WARN4 (   s,
  p0,
  p1,
  p2,
  p3 
)

Definition at line 133 of file GUI_Debug.h.

#define GUI_DEBUG_WARN4_IF (   exp,
  s,
  p0,
  p1,
  p2,
  p3 
)

Definition at line 138 of file GUI_Debug.h.

#define GUI_DEBUG_WARN_IF (   exp,
 
)

Definition at line 134 of file GUI_Debug.h.

#define GUI_LOCK_H (   hMem)    GUI_ALLOC_LockH(hMem)

Definition at line 59 of file GUI_Debug.h.

#define GUI_UNLOCK_H (   pMem)    GUI_ALLOC_UnlockH((void **)&pMem)

Definition at line 60 of file GUI_Debug.h.