ESP-IDF
esp_console_repl_com_t::repl_core
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_com_t::repl_core
esp_console_repl_com_t::repl_core field
Syntax
Show:
Summary
Declaration
from
console_private.h:32
esp_console_repl_t
repl_core
;
Examples
References
from
examples
Code
Location
Referrer
esp_console_repl_t
repl_core
;
// base class
console_private.h:32
esp_console_repl_com_t
*
repl_com
=
__containerof
(
repl
,
esp_console_repl_com_t
,
repl_core
)
;
esp_console_common.c:105
esp_console_start_repl()
uart_repl
->
repl_com
.
repl_core
.
del
=
esp_console_repl_uart_delete
;
esp_console_repl_chip.c:260
esp_console_new_repl_uart()
*
ret_repl
=
&
uart_repl
->
repl_com
.
repl_core
;
esp_console_repl_chip.c:270
esp_console_new_repl_uart()
esp_console_repl_com_t
*
repl_com
=
__containerof
(
repl
,
esp_console_repl_com_t
,
repl_core
)
;
esp_console_repl_chip.c:289
esp_console_repl_uart_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_console_repl_com_t::repl_core
is read by 3 functions:
All items filtered out
esp_console_repl_com_t::repl_core
esp_console_start_repl()
esp_console_new_repl_uart()
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