Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/include/
DtrcInternalEventBuffer.h61 traceResult xTraceInternalEventBufferPush(void *pvData, uint32_t uiSize, int32_t *piBytesWritten);
97 #define xTraceInternalEventBufferPush(pvData, uiSize, piBytesWritten) ((void)uiSize, (void)piBytesW… macro
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/include/
DtrcStreamPort.h72 #define xTraceStreamPortCommit xTraceInternalEventBufferPush
/TraceRecorderSource-3.4.0/
DtrcInternalEventBuffer.c47 traceResult xTraceInternalEventBufferPush(void *pvData, uint32_t uiSize, int32_t *piBytesWritten) in xTraceInternalEventBufferPush() function
/TraceRecorderSource-3.4.0/streamports/TCPIP/include/
DtrcStreamPort.h52 #define xTraceStreamPortCommit xTraceInternalEventBufferPush
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/
DtrcStreamPort.h55 #define xTraceStreamPortCommit xTraceInternalEventBufferPush
/TraceRecorderSource-3.4.0/streamports/File/include/
DtrcStreamPort.h58 #define xTraceStreamPortCommit(pvData, uiSize, piBytesCommitted) xTraceInternalEventBufferPush(pvDa…
/TraceRecorderSource-3.4.0/streamports/XMOS_xScope/
DtrcStreamPort.c72 return xTraceInternalEventBufferPush(pvData, uiSize, piBytesCommitted); in xTraceStreamPortCommit()
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/include/
DtrcStreamPort.h94 #define xTraceStreamPortCommit xTraceInternalEventBufferPush