ESP-IDF
esp_console_repl_com_t::prompt
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::prompt
esp_console_repl_com_t::prompt field
Syntax
Show:
Summary
Declaration
from
console_private.h:33
char
prompt
[
CONSOLE_PROMPT_MAX_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
char
prompt
[
CONSOLE_PROMPT_MAX_LEN
]
;
// Prompt to be printed before each line
console_private.h:33
snprintf
(
repl_com
->
prompt
,
CONSOLE_PROMPT_MAX_LEN
-
1
,
LOG_COLOR_I
"%s "
LOG_RESET_COLOR
,
prompt_temp
)
;
esp_console_common.c:23
esp_console_setup_prompt()
char
*
line
=
linenoise
(
repl_com
->
prompt
)
;
esp_console_common.c:162
esp_console_repl_task()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_console_repl_com_t::prompt
is read by 2 functions:
All items filtered out
esp_console_repl_com_t::prompt
esp_console_setup_prompt()
esp_console_repl_task()
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