Searched refs:vTraceEnable (Results 1 – 6 of 6) sorted by relevance
19 // 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_…
30 vTraceEnable(TRC_START) to start the tracing.
27 4. Make sure that vTraceEnable(TRC_INIT) is called during the startup, before
21 starting the trace at any point in your code, assuming vTraceEnable(TRC_INIT)28 button). This call is intentionally blocking! By calling vTraceEnable with33 In snapshot mode, this must be followed by a vTraceEnable(TRC_START) sometime100 PERCEPIO_TRC_RECORDER_BUFFER_ALLOCATION_DYNAMIC - Malloc in vTraceEnable324 After the clocks are properly initialized, use vTraceEnable(...) to start
41 5. Make sure you have "vTraceEnable(TRC_INIT);" in main.c (not TRC_START or so).
1929 #define vTraceEnable (void)xTraceEnable macro