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 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:
56micro_os_plus_trace_initialise (void)
69micro_os_plus_trace_write (const void* buf, size_t nbyte)
75micro_os_plus_trace_flush (void)
86micro_os_plus_trace_printf (const char* format, ...)
92micro_os_plus_trace_vprintf (const char* format, va_list arguments)
98micro_os_plus_trace_puts (const char* s)
104micro_os_plus_trace_putchar (int c)
110micro_os_plus_trace_dump_args (int argc, char* argv[])
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.17.0.