ESP-IDF
esp_gdbstub_uart_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_gdbstub_uart_init()
esp_gdbstub_uart_init() function
Syntax
Show:
Summary
Declaration
from
gdbstub_transport.c:53
static
inline
void
esp_gdbstub_uart_init
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
esp_gdbstub_uart_init
(
void
)
gdbstub_transport.c:53
esp_gdbstub_uart_init
(
)
;
gdbstub_transport.c:80
esp_gdbstub_getchar()
esp_gdbstub_uart_init
(
)
;
gdbstub_transport.c:91
esp_gdbstub_putchar()
esp_gdbstub_uart_init
(
)
;
gdbstub_transport.c:100
esp_gdbstub_flush()
esp_gdbstub_uart_init
(
)
;
gdbstub_transport.c:110
esp_gdbstub_getfifo()
Call Tree
from
examples
esp_gdbstub_uart_init()
is called by 4 functions:
esp_gdbstub_getchar()
esp_gdbstub_putchar()
esp_gdbstub_flush()
esp_gdbstub_getfifo()
All items filtered out
esp_gdbstub_uart_init()
All items filtered out
Data Use
from
examples
esp_gdbstub_uart_init()
reads 1 variable and writes 1 variable:
gdb_uart
All items filtered out
esp_gdbstub_uart_init()
gdb_uart
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