![]()
![]()
#define _PICO_STDIO_H
![]()
![]()
#include "pico.h"
![]()
![]()
#define PICO_STDOUT_MUTEX
![]()
![]()
#define PICO_STDIO_ENABLE_CRLF_SUPPORT
![]()
![]()
#define PICO_STDIO_DEFAULT_CRLF
![]()
![]()
#define PICO_STDIO_STACK_BUFFER_SIZE
![]()
![]()
#define PICO_STDIO_DEADLOCK_TIMEOUT_MS
![]()
![]()
#define PICO_STDIO_SHORT_CIRCUIT_CLIB_FUNCS
![]()
![]()
#include <stdarg.h>
![]()
![]()
stdio_driver
![]()
![]()
stdio_init_all();
![]()
![]()
stdio_deinit_all();
![]()
![]()
stdio_flush();
![]()
![]()
stdio_getchar_timeout_us(uint32_t);
![]()
![]()
getchar_timeout_us(uint32_t)
![]()
![]()
stdio_set_driver_enabled(stdio_driver_t *, bool);
![]()
![]()
stdio_filter_driver(stdio_driver_t *);
![]()
![]()
stdio_set_translate_crlf(stdio_driver_t *, bool);
![]()
![]()
stdio_putchar_raw(int);
![]()
![]()
putchar_raw(int)
![]()
![]()
stdio_puts_raw(const char *);
![]()
![]()
puts_raw(const char *)
![]()
![]()
stdio_set_chars_available_callback(void (*)(void *), void *);
![]()
![]()
stdio_get_until(char *, int, absolute_time_t);
![]()
![]()
stdio_put_string(const char *, int, bool, bool);
![]()
![]()
stdio_getchar();
![]()
![]()
stdio_putchar(int);
![]()
![]()
stdio_puts(const char *);
![]()
![]()
stdio_vprintf(const char *, va_list);
![]()
![]()
stdio_printf(const char *, ...);