RTEMS  5.1
Functions
print_printf.c File Reference

RTEMS Print Support. More...

#include <rtems/printer.h>

Functions

int rtems_vprintf (const rtems_printer *printer, const char *format, va_list ap)
 Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the plug in handlers. More...
 
int rtems_printf (const rtems_printer *printer, const char *format,...)
 

Detailed Description

RTEMS Print Support.

Function Documentation

◆ rtems_vprintf()

int rtems_vprintf ( const rtems_printer printer,
const char *  format,
va_list  ap 
)

Print to the kernel plugin handler. This has to be a macro because there is no vprint version of the plug in handlers.

Parameters
[in]printerPointer to the printer structure.
[in]fmtPrint format string.
[in]apPrint variable argument list pointer.
Returns
int Number of characters printed.