Searched refs:xTraceInternalEventBufferPush (Results 1 – 8 of 8) sorted by relevance
/TraceRecorderSource-3.4.0/include/ |
D | trcInternalEventBuffer.h | 61 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/ |
D | trcStreamPort.h | 72 #define xTraceStreamPortCommit xTraceInternalEventBufferPush
|
/TraceRecorderSource-3.4.0/ |
D | trcInternalEventBuffer.c | 47 traceResult xTraceInternalEventBufferPush(void *pvData, uint32_t uiSize, int32_t *piBytesWritten) in xTraceInternalEventBufferPush() function
|
/TraceRecorderSource-3.4.0/streamports/TCPIP/include/ |
D | trcStreamPort.h | 52 #define xTraceStreamPortCommit xTraceInternalEventBufferPush
|
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/ |
D | trcStreamPort.h | 55 #define xTraceStreamPortCommit xTraceInternalEventBufferPush
|
/TraceRecorderSource-3.4.0/streamports/File/include/ |
D | trcStreamPort.h | 58 #define xTraceStreamPortCommit(pvData, uiSize, piBytesCommitted) xTraceInternalEventBufferPush(pvDa…
|
/TraceRecorderSource-3.4.0/streamports/XMOS_xScope/ |
D | trcStreamPort.c | 72 return xTraceInternalEventBufferPush(pvData, uiSize, piBytesCommitted); in xTraceStreamPortCommit()
|
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/include/ |
D | trcStreamPort.h | 94 #define xTraceStreamPortCommit xTraceInternalEventBufferPush
|