Searched refs:c (Results 1 – 18 of 18) sorted by relevance
/percepio-3.5.0/TraceRecorder/streamports/TCPIP_Win32/ |
D | trcStreamPort.c | 98 int c; in prvInitTraceSocketIfNeeded() local 106 c = sizeof(struct sockaddr_in); in prvInitTraceSocketIfNeeded() 107 trace_socket = accept(server_socket, (struct sockaddr *)&client, &c); in prvInitTraceSocketIfNeeded()
|
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/config/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB
|
/percepio-3.5.0/TraceRecorder/include/ |
D | trcEvent.h | 45 #define TRC_EVENT_SET_EVENT_COUNT(c) ((uint16_t)(((TRC_CFG_GET_CURRENT_CORE() & 0xF) << 12) | ((ui… argument 47 #define TRC_EVENT_SET_EVENT_COUNT(c) ((uint16_t)(c))
|
/percepio-3.5.0/TraceRecorder/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB
|
D | trcSnapshotRecorder.c | 2968 unsigned char c; in prvTraceGetChecksum() local 2978 for (; (c = (unsigned char) *pname++) != '\0';) in prvTraceGetChecksum() 2980 crc += c; in prvTraceGetChecksum()
|
D | LICENSE.md | 100 (c) You must retain, in the Source form of any Derivative Works
|
D | Doxyfile | 953 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 954 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, 960 FILE_PATTERNS = *.c \ 964 *.c++ \
|
/percepio-3.5.0/DFM/kernelports/Zephyr/storageports/Flash/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB
|
/percepio-3.5.0/zephyr/ |
D | Kconfig | 1 # Copyright (c) 2023 Percepio AB
|
/percepio-3.5.0/TraceRecorder/streamports/UDP/ |
D | Readme-Streamport.txt | 20 2. Make sure all .c and .h files from this stream port folder is included in 40 - If the tracing suddenly stops, check the "errno" value(trcStreamingPort.c).
|
/percepio-3.5.0/TraceRecorder/streamports/TCPIP/ |
D | Readme-Streamport.txt | 20 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).
|
/percepio-3.5.0/TraceRecorder/streamports/STM32_USB_CDC/ |
D | Readme-Streamport.txt | 8 trcStreamPort.h, found in the "include" directory, that relies on functions in trcStreamingPort.c. 39 4. Copy trcStreamingPort.c and include/trcStreamPort.h into your project. 41 5. Make sure you have "vTraceEnable(TRC_INIT);" in main.c (not TRC_START or so).
|
/percepio-3.5.0/TraceRecorder/streamports/RingBuffer/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB
|
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB
|
/percepio-3.5.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/ |
D | Kconfig | 1 # Copyright (c) 2023 Percepio AB
|
/percepio-3.5.0/TraceRecorder/streamports/ARM_ITM/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB
|
/percepio-3.5.0/TraceRecorder/streamports/Jlink_RTT/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB
|
/percepio-3.5.0/TraceRecorder/config/ |
D | Kconfig | 1 # Copyright (c) 2021 Percepio AB 345 triggered will be in trcAssert.c.
|