ESP-IDF
esp_gdbstub_getchar()
is only used within ESP-IDF.
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
esp_gdbstub_getchar()
esp_gdbstub_getchar() function
UART related functions *** Receive a byte from the GDB client. Blocks until a byte is available.
Syntax
Show:
Summary
Declaration
Definition
from
esp_gdbstub_common.h:103
int
esp_gdbstub_getchar
(
void
)
;
Implemented in
gdbstub_transport.c:78
Return value
received byte
Examples
References
from
examples
Code
Location
Referrer
int
esp_gdbstub_getchar
(
void
)
gdbstub_transport.c:78
int
esp_gdbstub_getchar
(
void
)
;
esp_gdbstub_common.h:103
c
=
esp_gdbstub_getchar
(
)
;
packet.c:130
esp_gdbstub_read_command()
c
=
esp_gdbstub_getchar
(
)
;
packet.c:135
esp_gdbstub_read_command()
c
=
esp_gdbstub_getchar
(
)
;
packet.c:150
esp_gdbstub_read_command()
sentchs
[
0
]
=
esp_gdbstub_getchar
(
)
;
packet.c:160
esp_gdbstub_read_command()
sentchs
[
1
]
=
esp_gdbstub_getchar
(
)
;
packet.c:161
esp_gdbstub_read_command()
Call Tree
from
examples
esp_gdbstub_getchar()
is called by 1 function and calls 3 functions:
esp_gdbstub_read_command()
All items filtered out
esp_gdbstub_getchar()
uart_ll_read_rxfifo()
uart_ll_get_rxfifo_len()
esp_gdbstub_uart_init()
All items filtered out
Data Use
from
examples
esp_gdbstub_getchar()
reads 1 variable:
gdb_uart
All items filtered out
esp_gdbstub_getchar()
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