Home
last modified time | relevance | path

Searched refs:c (Results 1 – 14 of 14) sorted by relevance

/TraceRecorderSource-2.7.6/kernelports/Zephyr/
DCMakeLists.txt9 trcKernelPort.c
10 "${TRACERECORDER_ROOT_DIR}/trcStreamingRecorder.c"
11 "${TRACERECORDER_ROOT_DIR}/trcInternalBuffer.c"
12 "${TRACERECORDER_ROOT_DIR}/extras/SDK/trcSDK.c"
DKconfig1 # Copyright (c) 2021 Percepio AB
/TraceRecorderSource-2.7.6/kernelports/BareMetal/
Dreadme-baremetal.txt25 …e three .c files to your project (trcSnapshotRecorder.c, trcStreamingRecorder.c and trcKernelPort.
31 - Add #include "trcRecorder.h" to all .c files where you like to use the trace recorder.
/TraceRecorderSource-2.7.6/streamports/TCPIP_Win32/
DtrcStreamingPort.c87 int c; in initTraceSocketIfNeeded() local
95 c = sizeof(struct sockaddr_in); in initTraceSocketIfNeeded()
96 trace_socket = accept(server_socket, (struct sockaddr *)&client, &c); in initTraceSocketIfNeeded()
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/streamports/AFR_WIFI_LOCAL/
DtrcStreamingPort.c105 #define IPv4(a,b,c,d) (uint32_t)((d << 24) + (c << 16) + (b << 8) + a) argument
/TraceRecorderSource-2.7.6/kernelports/Zephyr/streamports/Jlink_RTT/
DCMakeLists.txt5 trcStreamingPort.c
DKconfig1 # Copyright (c) 2021 Percepio AB
/TraceRecorderSource-2.7.6/kernelports/Zephyr/streamports/ARM_ITM/
DCMakeLists.txt5 trcStreamingPort.c
DKconfig1 # Copyright (c) 2021 Percepio AB
/TraceRecorderSource-2.7.6/streamports/TCPIP/
DReadme-Streamport.txt20 2. Make sure all .c and .h files from this stream port folder is included in
39 - If the tracing suddenly stops, check the "errno" value in trcSocketSend (trcStreamingPort.c).
/TraceRecorderSource-2.7.6/streamports/STM32_USB_CDC/
DReadme-Streamport.txt8 …cStreamingPort.h, found in the "include" directory, that relies on functions in trcStreamingPort.c.
39 4. Copy trcStreamingPort.c and include/trcStreamingPort.h into your project.
41 5. Make sure you have "vTraceEnable(TRC_INIT);" in main.c (not TRC_START or so).
/TraceRecorderSource-2.7.6/streamports/Jlink_RTT/
DSEGGER_RTT.c901 char c; in SEGGER_RTT_GetKey() local
904 r = (int)SEGGER_RTT_Read(0u, &c, 1u); in SEGGER_RTT_GetKey()
906 r = (int)(unsigned char)c; in SEGGER_RTT_GetKey()
/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c2945 unsigned char c; in prvTraceGetChecksum() local
2955 for (; (c = (unsigned char) *pname++) != '\0';) in prvTraceGetChecksum()
2957 crc += c; in prvTraceGetChecksum()
DLICENSE.md100 (c) You must retain, in the Source form of any Derivative Works