PicoSDK
stdio_driver::next
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
stdio_driver::next
stdio_driver::next field
Syntax
Show:
Summary
Declaration
from
driver.h:17
stdio_driver_t
*
next
;
Examples
References
from
examples
Code
Location
Referrer
stdio_driver_t
*
next
;
driver.h:17
for
(
stdio_driver_t
*
driver
=
drivers
;
driver
;
driver
=
driver
->
next
)
{
stdio.c:101
stdio_put_string()
for
(
stdio_driver_t
*
driver
=
drivers
;
driver
;
driver
=
driver
->
next
)
{
stdio.c:120
stdio_get_until()
*
prev
=
driver
->
next
;
stdio.c:156
stdio_set_driver_enabled()
driver
->
next
=
NULL
;
stdio.c:157
stdio_set_driver_enabled()
prev
=
&
(
*
prev
)
->
next
;
stdio.c:161
stdio_set_driver_enabled()
for
(
stdio_driver_t
*
d
=
drivers
;
d
;
d
=
d
->
next
)
{
stdio.c:169
stdio_flush()
for
(
stdio_driver_t
*
d
=
drivers
;
d
;
d
=
d
->
next
)
{
stdio.c:182
stdio_stack_buffer_flush()
for
(
stdio_driver_t
*
s
=
drivers
;
s
;
s
=
s
->
next
)
{
stdio.c:283
stdio_set_chars_available_callback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
stdio_driver::next
is written by 1 function and is read by 6 functions:
stdio_set_driver_enabled()
All items filtered out
stdio_driver::next
stdio_put_string()
stdio_get_until()
stdio_set_driver_enabled()
stdio_flush()
stdio_stack_buffer_flush()
stdio_set_chars_available_callback()
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