ESP-IDF
gdbstub_read_fpu_regs()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gdbstub_read_fpu_regs()
gdbstub_read_fpu_regs() function
Read FPU registers to memory
Syntax
Show:
Summary
Declaration
from
gdbstub_xtensa.c:45
static
void
gdbstub_read_fpu_regs
(
void
*
data
)
;
Arguments
Argument
data
Examples
References
from
examples
Code
Location
Referrer
static
void
gdbstub_read_fpu_regs
(
void
*
data
)
gdbstub_xtensa.c:45
gdbstub_read_fpu_regs
(
dst
->
f
)
;
gdbstub_xtensa.c:118
esp_gdbstub_frame_to_regfile()
gdbstub_read_fpu_regs
(
dst
->
f
)
;
gdbstub_xtensa.c:209
esp_gdbstub_tcb_frame_to_regfile()
Call Tree
from
examples
gdbstub_read_fpu_regs()
is called by 2 functions:
esp_gdbstub_frame_to_regfile()
esp_gdbstub_tcb_frame_to_regfile()
All items filtered out
gdbstub_read_fpu_regs()
All items filtered out
Data Use
from
examples
gdbstub_read_fpu_regs()
:
All items filtered out
gdbstub_read_fpu_regs()
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