Searched defs:ppvData (Results 1 – 10 of 10) sorted by relevance
/TraceRecorderSource-3.4.0/ |
D | trcEvent.c | 270 …ventGetRawData(TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData) in xTraceEventGetRawData() 287 …ventGetPayload(TraceEventHandle_t xEventHandle, uint32_t uiOffset, uint32_t uiSize, void** ppvData) in xTraceEventGetPayload()
|
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/include/ |
D | trcStreamPort.h | 58 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)uiSize, xTraceStaticBufferGet(ppvData)) argument
|
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/ |
D | trcStreamPort.h | 51 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/TraceRecorderSource-3.4.0/streamports/TCPIP/include/ |
D | trcStreamPort.h | 48 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/include/ |
D | trcStreamPort.h | 89 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)uiSize, xTraceStaticBufferGet(ppvData)) argument
|
/TraceRecorderSource-3.4.0/streamports/XMOS_xScope/ |
D | trcStreamPort.c | 56 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData) in xTraceStreamPortAllocate()
|
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/include/ |
D | trcStreamPort.h | 79 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/TraceRecorderSource-3.4.0/include/ |
D | trcEvent.h | 78 #define TRC_EVENT_GET_RAW_DATA(xEventHandle, uiOffset, uiSize, ppvData) ((void)(uiSize), *(void**)(… argument 83 #define TRC_EVENT_GET_PAYLOAD(xEventHandle, uiOffset, uiSize, ppvData) ((void)(uiSize), *(void**)(p… argument
|
/TraceRecorderSource-3.4.0/streamports/File/include/ |
D | trcStreamPort.h | 54 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) argument
|
/TraceRecorderSource-3.4.0/streamports/RingBuffer/include/ |
D | trcStreamPort.h | 119 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)uiSize, xTraceStaticBufferGet(ppvData)) argument
|