#include <cmsis-plus/diag/trace.h>
#include <cstdarg>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
|
namespace | os |
| System namespace.
|
|
namespace | os::trace |
| Tracing support namespace.
|
|
◆ OS_INTEGER_TRACE_PRINTF_TMP_ARRAY_SIZE
#define OS_INTEGER_TRACE_PRINTF_TMP_ARRAY_SIZE (200) |
◆ trace_dump_args()
void trace_dump_args |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ trace_flush()
void trace_flush |
( |
void |
| ) |
|
◆ trace_initialize()
void trace_initialize |
( |
void |
| ) |
|
Called from startup.
Definition at line 160 of file trace.cpp.
◆ trace_printf()
int trace_printf |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ trace_putchar()
int trace_putchar |
( |
int |
c | ) |
|
◆ trace_puts()
int trace_puts |
( |
const char * |
s | ) |
|
◆ trace_vprintf()
int trace_vprintf |
( |
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
◆ trace_write()
ssize_t trace_write |
( |
const void * |
buf, |
|
|
std::size_t |
nbyte |
|
) |
| |