|
RTEMS CPU Kit with SuperCore
4.11.3
|
RTEMS Output a Character. More...
#include <rtems/bspIo.h>
Functions | |
| void | rtems_putc (char c) |
| Kernel Put Character. More... | |
RTEMS Output a Character.
| void rtems_putc | ( | char | c | ) |
Kernel Put Character.
This method allows the user to perform a debug putc().
| [in] | c | is the character to print |
1.8.13