Searched defs:xTraceStreamPortAllocate (Results 1 – 8 of 8) sorted by relevance
/TraceRecorderSource-3.4.0/streamports/STM32_USB_CDC/include/ |
D | trcStreamPort.h | 58 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)uiSize, xTraceStaticBufferGet(ppvData)) macro
|
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/include/ |
D | trcStreamPort.h | 51 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
|
/TraceRecorderSource-3.4.0/streamports/TCPIP/include/ |
D | trcStreamPort.h | 48 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
|
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/include/ |
D | trcStreamPort.h | 89 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)uiSize, xTraceStaticBufferGet(ppvData)) macro
|
/TraceRecorderSource-3.4.0/streamports/XMOS_xScope/ |
D | trcStreamPort.c | 56 traceResult xTraceStreamPortAllocate(uint32_t uiSize, void** ppvData) in xTraceStreamPortAllocate() function
|
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/include/ |
D | trcStreamPort.h | 79 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
|
/TraceRecorderSource-3.4.0/streamports/File/include/ |
D | trcStreamPort.h | 54 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)(uiSize), xTraceStaticBufferGet(ppvData)) macro
|
/TraceRecorderSource-3.4.0/streamports/RingBuffer/include/ |
D | trcStreamPort.h | 119 #define xTraceStreamPortAllocate(uiSize, ppvData) ((void)uiSize, xTraceStaticBufferGet(ppvData)) macro
|