Home
last modified time | relevance | path

Searched refs:TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE (Results 1 – 7 of 7) sorted by relevance

/percepio-3.7.0/TraceRecorder/streamports/STM32_USB_CDC/include/
DtrcStreamPort.h36 #define TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE ((((TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_SIZE) + sizeof… macro
40 …uint8_t buffer[(TRC_STREAM_PORT_USB_BUFFER_SIZE) + (TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE) + sizeof…
/percepio-3.7.0/TraceRecorder/streamports/XMOS_xScope/include/
DtrcStreamPort.h39 #define TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE ((((TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_SIZE) + sizeof… macro
47 uint8_t uiBufferInternal[TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE];
/percepio-3.7.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/include/
DtrcStreamPort.h42 #define TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE ((((TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_SIZE) + sizeof… macro
48 uint8_t buffer[TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE];
/percepio-3.7.0/TraceRecorder/streamports/ARM_ITM/include/
DtrcStreamPort.h90 #define TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE ((((TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_SIZE) + sizeof… macro
95 uint8_t bufferInternal[TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE];
/percepio-3.7.0/TraceRecorder/streamports/Jlink_RTT/include/
DtrcStreamPort.h48 #define TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE ((((TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_SIZE) + sizeof… macro
63 uint8_t bufferInternal[TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE];
/percepio-3.7.0/TraceRecorder/streamports/XMOS_xScope/
DtrcStreamPort.c21 uint8_t uiBufferInternal[TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE];
/percepio-3.7.0/TraceRecorder/streamports/STM32_USB_CDC/
DtrcStreamPort.c32 uint8_t bufferInternal[TRC_STREAM_PORT_INTERNAL_BUFFER_SIZE];