ESP-IDF
+
0
/1 examples
SourceVu will show references to
CONSOLE_PROMPT_MAX_LEN
from the following samples and libraries:
advanced 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
ESP-IDF
CONSOLE_PROMPT_MAX_LEN
CONSOLE_PROMPT_MAX_LEN macro
Syntax
Show:
Summary
Declaration
from
console_private.h:16
#define
CONSOLE_PROMPT_MAX_LEN
(
32
)
Examples
CONSOLE_PROMPT_MAX_LEN
is referenced by 1 libraries and example projects:
advanced sample
References
from
0/1
examples
Code
Location
#define
CONSOLE_PROMPT_MAX_LEN
(
32
)
console_private.h:16
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
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out