Trident IoT Zigbee SDK
Loading...
Searching...
No Matches
tr_trace.h
Go to the documentation of this file.
1
47#ifndef TR_TRACE_H
48#define TR_TRACE_H
49
57#ifndef TR_TRACE_LEVEL
58#define TR_TRACE_LEVEL 4
59#endif
60
61#ifndef TR_TRACE_MASK
62#define TR_TRACE_MASK \
63 TRACE_SUBSYSTEM_NWK | \
64 TRACE_SUBSYSTEM_APS
65#endif
66
72
74void tr_trace_init(void);
75
77void tr_trace_deinit(void);
78
80
81#endif // TR_TRACE_H
void tr_trace_init(void)
Initialize ZBOSS trace functionality.
void tr_trace_deinit(void)
Should be called before the app shuts down to deinit the trace subsystem.