|
RTEMS CPU Kit with SuperCore
|


Go to the source code of this file.
Data Structures | |
| struct | rtems_stdio_redirect |
Typedefs | |
| typedef void(* | rtems_stdio_redirect_handler) (const char *buffer, ssize_t length) |
Functions | |
| rtems_stdio_redirect * | rtems_stdio_redirect_open (int fd, rtems_task_priority priority, size_t stack_size, ssize_t input_size, ssize_t buffer_size, bool echo, rtems_stdio_redirect_handler handler) |
| void | rtems_stdio_redirect_close (rtems_stdio_redirect *sr) |
| ssize_t | rtems_stdio_redirect_read (rtems_stdio_redirect *sr, char *buffer, ssize_t length) |
1.8.13