Declaration of DEBUG environment. More...
#include <dbg.h>
Data Fields | |
| char | error [DBG_ERROR_TRACE_SIZE] |
| Error trace to be reported to the host. | |
| uint32_t | filter_module |
| User trace filter (bit set means traces enabled). | |
| uint32_t | filter_severity |
| Severity of filter. | |
Declaration of DEBUG environment.
Any module or task will retrieve the DEBUG environment on its own, it is not passed anymore as a parameter to the function handlers of the Debug task. If an other module wants to make use of the environment of debug, it simply needs to include this file and use the extern global variable.
Definition at line 1361 of file dbg.h.
1.6.1