Definition in file stdio_base.h.
Go to the source code of this file.
Functions | |
void | stdio_init (void) |
initialize the module | |
int | stdio_available (void) |
Get the number of bytes available for reading from stdio. More... | |
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... | |