Trace Levels


The trace level determines which class of trace events are added to the trace buffers. A trace level of zero disables tracing. A non-zero trace level enables the class of trace events specified by the following bit flags:

TraceLevel_Data Transmit and receive data contents
TraceLevel_API Application API calls with arguments and return data
TraceLevel_Status Serial signal transitions
TraceLevel_Transmit Transmitter events
TraceLevel_Receive Receiver events
TraceLevel_Raw Unformatted binary trace data
TraceLevel_Error Events that describe an error condition.
TraceLevel_Info Events that provide general information.
TraceLevel_Detail Events that provide detailed information.

Previous Contents Next