RV32 SoC DS UG
High-Perf RV32 SoC DS UG
RV64 SoC DS UG API and Examples
Embedded IDE UG
Loading...
Searching...
No Matches

Overview

Minimum log severity filter.

Note
Assign one of these to ACTIVE_MIN_LVL in userDef.h.

For example:

#define ACTIVE_MIN_LVL DBG_LVL_WARN

Macros

#define DBG_LVL_ALL   0
 Show Info, Warn, and Error.
#define DBG_LVL_WARN   1
 Show Warn and Error only.
#define DBG_LVL_ERR   2
 Show Error only.
#define DBG_LVL_NONE   3
 Silence — no output.
#define ACTIVE_MIN_LVL   DBG_LVL_NONE
 Default set to no logs shown.

Macro Definition Documentation

◆ ACTIVE_MIN_LVL

#define ACTIVE_MIN_LVL   DBG_LVL_NONE

#include <debug.h>

Default set to no logs shown.

Definition at line 195 of file debug.h.

◆ DBG_LVL_ALL

#define DBG_LVL_ALL   0

#include <debug.h>

Show Info, Warn, and Error.

Definition at line 172 of file debug.h.

◆ DBG_LVL_ERR

#define DBG_LVL_ERR   2

#include <debug.h>

Show Error only.

Definition at line 174 of file debug.h.

◆ DBG_LVL_NONE

#define DBG_LVL_NONE   3

#include <debug.h>

Silence — no output.

Definition at line 175 of file debug.h.

◆ DBG_LVL_WARN

#define DBG_LVL_WARN   1

#include <debug.h>

Show Warn and Error only.

Definition at line 173 of file debug.h.