RTEMS CPU Kit with SuperCore
Functions
rtems_putc.c File Reference

RTEMS Output a Character. More...

#include <rtems/bspIo.h>
Include dependency graph for rtems_putc.c:

Functions

void rtems_putc (char c)
 Kernel Put Character. More...
 

Detailed Description

RTEMS Output a Character.

Function Documentation

◆ rtems_putc()

void rtems_putc ( char  c)

Kernel Put Character.

This method allows the user to perform a debug putc().

Parameters
[in]cis the character to print