PicoSDK
stdio_driver
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
stdio_driver
stdio_driver struct
Syntax
Show:
Summary
Declaration
Definition
from
stdio.h:55
typedef
struct
stdio_driver
stdio_driver_t
;
Implemented in
driver.h:12
Fields
Field
Declared as
stdio_driver::out_chars
void
(
*
)
(
const
char
*
buf
,
int
len
)
stdio_driver::out_flush
void
(
*
)
(
void
)
stdio_driver::in_chars
int
(
*
)
(
char
*
buf
,
int
len
)
stdio_driver::set_chars_available_callback
void
(
*
)
(
void
(
*
fn
)
(
void
*
)
,
void
*
param
)
stdio_driver::next
stdio_driver_t
*
stdio_driver::last_ended_with_cr
bool
stdio_driver::crlf_enabled
bool
Related Functions
Found 5 other functions taking a
stdio_driver
argument:
Function
Description
stdio_set_driver_enabled()
Adds or removes a driver from the list of active drivers used for input/output
stdio_out_chars_crlf()
stdio_filter_driver()
Control limiting of output to a single driver
stdio_set_translate_crlf()
control conversion of line feeds to carriage return on transmissions
stdio_out_chars_no_crlf()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out