trace-c-api-inlines.h File
C header file with the empty inline stubs for the C trace API when tracing is disabled. More...
Description
C header file with the empty inline stubs for the C trace API when tracing is disabled.
Function declarations are located in trace-c-api.h. The stubs are separated into this file to improve project structure and maintainability.
File Listing
The file content with the documentation metadata removed is:
53micro_os_plus_trace_initialise (void)
63micro_os_plus_trace_write (const void* buf, size_t nbyte)
69micro_os_plus_trace_flush (void)
78micro_os_plus_trace_printf (const char* format, ...)
84micro_os_plus_trace_vprintf (const char* format, va_list arguments)
90micro_os_plus_trace_puts (const char* s)
96micro_os_plus_trace_putchar (int c)
102micro_os_plus_trace_dump_args (int argc, char* argv[])
Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.17.0.