Standard input and output streams. More...
#include "io.h"

Go to the source code of this file.
Typedefs | |
| typedef enum sys_stdio_t | sys_stdio_t |
| Standard input/output backend types. | |
Enumerations | |
| enum | sys_stdio_t { sys_stdio_none = 0, sys_stdio_uart, sys_stdio_usb, sys_stdio_rtt } |
| Standard input/output backend types. More... | |
Variables | |
| sys_iostream_t * | sys_stdout |
| Standard output stream. More... | |
| sys_iostream_t * | sys_stdin |
| Standard input stream. More... | |
Standard input and output streams.
Definition in file stdio.h.