Home
last modified time | relevance | path

Searched refs:s (Results 1 – 13 of 13) sorted by relevance

/TraceRecorderSource-3.4.0/include/
DtrcPrint.h186 #define xTracePrint(c, s) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_3((void)c, (void)s, TRC_SUCCESS)
188 #define xTracePrintF(c, s, ...) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_3((void)c, (void)s, TRC_SUCCESS)
190 #define xTraceConsoleChannelPrintF(s, ...) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2((void)s, TRC_SUCCESS)
192 #define xTraceVPrintF(c, s, v) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_4((void)c, (void)s, (void)v, TRC_SU…
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/
DReadme-Streamport.txt15 by the compiler (i.e., add this folder to your project's include paths) and
19 Note that this stream port also contains SEGGER's RTT driver.
DSEGGER_RTT.c878 unsigned SEGGER_RTT_WriteString(unsigned BufferIndex, const char* s) { in SEGGER_RTT_WriteString() argument
881 Len = STRLEN(s); in SEGGER_RTT_WriteString()
882 return SEGGER_RTT_Write(BufferIndex, s, Len); in SEGGER_RTT_WriteString()
1371 int SEGGER_RTT_TerminalOut (char TerminalId, const char* s) { in SEGGER_RTT_TerminalOut() argument
1390 FragLen = strlen(s); in SEGGER_RTT_TerminalOut()
1406 Status = (int)_WriteBlocking(pRing, s, FragLen); in SEGGER_RTT_TerminalOut()
1420 Status = (int)_WriteBlocking(pRing, s, (FragLen < (Avail - 4u)) ? FragLen : (Avail - 4u)); in SEGGER_RTT_TerminalOut()
1429 Status = (int)_WriteBlocking(pRing, s, FragLen); in SEGGER_RTT_TerminalOut()
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/include/
DSEGGER_RTT.h150 unsigned SEGGER_RTT_WriteString (unsigned BufferIndex, const char* s);
164 int SEGGER_RTT_TerminalOut (char TerminalId, const char* s);
/TraceRecorderSource-3.4.0/
DREADME.md1 Trace Recorder source code for use with Percepio's Tracealyzer.
DLICENSE.md80 Contribution(s) alone or by combination of their Contribution(s)
81 with the Work to which such Contribution(s) was submitted. If You
DDoxyfile256 # "Side Effects:". You can put \n's in the value part of an alias to insert
359 # If you use Microsoft's C++/CLI language, you should set this option to YES to
373 # For Microsoft's IDL there are propget and propput attributes to indicate
540 # blocks will be appended to the function's detailed documentation block.
569 # append additional text to a page's title, such as Class Reference. If set to
730 # that represents doxygen's defaults, run doxygen with the -l option. You can
1083 # source browser. The htags tool is part of GNU's global source tagging system
1114 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1327 # generated that can be used as input for Apple's Xcode 3 integrated development
1372 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
[all …]
/TraceRecorderSource-3.4.0/streamports/RingBuffer/
DReadme-Streamport.txt12 by the compiler (i.e., add this folder to your project's include paths) and
/TraceRecorderSource-3.4.0/streamports/File/
DReadme-Streamport.txt14 by the compiler (i.e., add this folder to your project's include paths) and
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/streamports/AFR_WIFI_LOCAL/
DReadme-Streamport.txt16 by the compiler (i.e., add this folder to your project's include paths) and
/TraceRecorderSource-3.4.0/streamports/TCPIP_Win32/
DReadme-Streamport.txt23 4. Make sure the project's include paths contains trcStreamPort.h found in
/TraceRecorderSource-3.4.0/streamports/ARM_ITM/
DReadme-ARM_ITM.txt11 This particular stream port targets ARM's ITM interface, which together with
/TraceRecorderSource-3.4.0/config/
DKconfig499 be stored using %s and with the string as an argument.