Home
last modified time | relevance | path

Searched refs:TRC_START (Results 1 – 8 of 8) sorted by relevance

/TraceRecorderSource-3.4.0/streamports/ARM_ITM/
DKeil-uVision-Tracealyzer-ITM-Exporter.ini19 // Send start command to Tracealyzer (not required if using vTraceEnable(TRC_START))
47 // Make sure tzSetEnable(1) is called below and vTraceEnable(TRC_START) in your target startup.
50 …o tzSetEnable and make sure you call vTraceEnable(TRC_INIT) in your target startup (not TRC_START).
/TraceRecorderSource-3.4.0/include/
DtrcDefines.h30 #define TRC_START 1 macro
/TraceRecorderSource-3.4.0/extras/TraceRecorderInit/
Dreadme.txt30 vTraceEnable(TRC_START) to start the tracing.
/TraceRecorderSource-3.4.0/
DtrcStreamingRecorder.c313 else if (uiStartOption == TRC_START) in xTraceEnable()
DtrcSnapshotRecorder.c335 if (uiStartOption == TRC_START) in xTraceEnable()
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/
DReadme-Streamport.txt41 5. Make sure you have "vTraceEnable(TRC_INIT);" in main.c (not TRC_START or so).
/TraceRecorderSource-3.4.0/config/
DKconfig20 TRC_START: Starts the tracing directly. In snapshot mode this allows for
33 In snapshot mode, this must be followed by a vTraceEnable(TRC_START) sometime
/TraceRecorderSource-3.4.0/kernelports/Zephyr/
DtrcKernelPort.c187 xTraceEnable(TRC_START); in tracelyzer_pre_kernel_init()