ESP-IDF
esp_console_repl_universal_t::uart_channel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_console_repl_universal_t::uart_channel
esp_console_repl_universal_t::uart_channel field
Syntax
Show:
Summary
Declaration
from
console_private.h:42
int
uart_channel
;
Examples
References
from
examples
Code
Location
Referrer
int
uart_channel
;
// uart channel number
console_private.h:42
const
int
uart_channel
=
repl_conf
->
uart_channel
;
esp_console_common.c:123
esp_console_repl_task()
uart_repl
->
uart_channel
=
dev_config
->
channel
;
esp_console_repl_chip.c:258
esp_console_new_repl_uart()
uart_vfs_dev_use_nonblocking
(
uart_repl
->
uart_channel
)
;
esp_console_repl_chip.c:299
esp_console_repl_uart_delete()
uart_driver_delete
(
uart_repl
->
uart_channel
)
;
esp_console_repl_chip.c:300
esp_console_repl_uart_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_console_repl_universal_t::uart_channel
is written by 1 function and is read by 2 functions:
esp_console_new_repl_uart()
All items filtered out
esp_console_repl_universal_t::uart_channel
esp_console_repl_task()
esp_console_repl_uart_delete()
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