Home
last modified time | relevance | path

Searched refs:vTraceEnable (Results 1 – 6 of 6) 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 // In this case, comment out the below call to tzSetEnable and make sure you call vTraceEnable(TRC_…
/TraceRecorderSource-3.4.0/extras/TraceRecorderInit/
Dreadme.txt30 vTraceEnable(TRC_START) to start the tracing.
/TraceRecorderSource-3.4.0/streamports/TCPIP/
DReadme-Streamport.txt27 4. Make sure that vTraceEnable(TRC_INIT) is called during the startup, before
/TraceRecorderSource-3.4.0/config/
DKconfig21 starting the trace at any point in your code, assuming vTraceEnable(TRC_INIT)
28 button). This call is intentionally blocking! By calling vTraceEnable with
33 In snapshot mode, this must be followed by a vTraceEnable(TRC_START) sometime
100 PERCEPIO_TRC_RECORDER_BUFFER_ALLOCATION_DYNAMIC - Malloc in vTraceEnable
324 After the clocks are properly initialized, use vTraceEnable(...) to start
/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/include/
DtrcRecorder.h1929 #define vTraceEnable (void)xTraceEnable macro