uart_repl sample
disconnect_uarts()
is only used within uart_repl sample.
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
ESP-IDF Framework and Examples
uart_repl sample
disconnect_uarts()
disconnect_uarts() function
Disconnect default UART from the console UART, this is used once testing is finished, it will let us print messages on the UART without sending them back to the console UART. Else, we would get an infinite loop.
Syntax
Show:
Summary
Declaration
from
uart_repl_example_main.c:59
static
void
disconnect_uarts
(
void
)
;
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