These functions may be invoked from C projects to execute actions specific to the implementation.
◆ micro_os_plus_trace_flush()
| void micro_os_plus_trace_flush |
( |
void | | ) |
|
Flush the trace output channel.
- Parameters
- None.
- Returns
- Nothing.
Definition at line 185 of file trace.cpp.
◆ micro_os_plus_trace_initialize()
| void micro_os_plus_trace_initialize |
( |
void | | ) |
|
Initialize the trace output channel.
- Parameters
- None.
- Returns
- Nothing.
Definition at line 172 of file trace.cpp.
◆ micro_os_plus_trace_write()
| ssize_t micro_os_plus_trace_write |
( |
const void * | buf, |
|
|
size_t | nbyte ) |
Write the given number of bytes to the trace output channel.
- Parameters
-
| [in] | buf | An array of bytes. |
| [in] | nbyte | The number of bytes in the array. |
- Returns
- The number of characters actually written, or -1 if error.