Percepio Trace Recorder
v4.6.6
|
Public trace state machine APIs. More...
#include <trcTypes.h>
Go to the source code of this file.
Functions | |
traceResult | xTraceStateMachineCreate (const char *szName, TraceStateMachineHandle_t *pxStateMachineHandle) |
Creates trace state machine. More... | |
traceResult | xTraceStateMachineStateCreate (TraceStateMachineHandle_t xStateMachineHandle, const char *szName, TraceStateMachineStateHandle_t *pxStateHandle) |
Creates trace state machine state. More... | |
traceResult | xTraceStateMachineSetState (TraceStateMachineHandle_t xStateMachineHandle, TraceStateMachineStateHandle_t xStateHandle) |
Sets trace state machine state. More... | |
Public trace state machine APIs.