PicoSDK
filter
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
filter
filter variable
Syntax
Show:
Summary
Declaration
from
stdio.c:39
static
stdio_driver_t
*
filter
;
Examples
References
from
examples
Code
Location
Referrer
static
stdio_driver_t
*
filter
;
stdio.c:39
if
(
filter
&&
filter
!=
driver
)
continue
;
stdio.c:103
stdio_put_string()
if
(
filter
&&
filter
!=
driver
)
continue
;
stdio.c:121
stdio_get_until()
if
(
filter
&&
filter
!=
d
)
continue
;
stdio.c:184
stdio_stack_buffer_flush()
filter
=
driver
;
stdio.c:264
stdio_filter_driver()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
filter
is written by 1 function and is read by 3 functions:
stdio_filter_driver()
All items filtered out
filter
stdio_put_string()
stdio_get_until()
stdio_stack_buffer_flush()
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