Definition in file stdio_base.h.
#include <unistd.h>
Include dependency graph for stdio_base.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | stdio_init (void) |
| initialize the module | |
| ssize_t | stdio_read (void *buffer, size_t max_len) |
read len bytes from stdio uart into buffer More... | |
| ssize_t | stdio_write (const void *buffer, size_t len) |
write len bytes from buffer into uart More... | |