ESP-IDF
init_regfile()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
init_regfile()
init_regfile() function
Syntax
Show:
Summary
Declaration
from
gdbstub_xtensa.c:23
static
inline
void
init_regfile
(
esp_gdbstub_gdb_regfile_t
*
dst
)
;
Arguments
Argument
dst
Related Functions
Found 5 other functions taking a
esp_gdbstub_gdb_regfile_t
argument:
Function
Description
esp_gdbstub_frame_to_regfile()
Write registers from the exception frame to the GDB register file
update_regfile_common()
esp_gdbstub_tcb_to_regfile()
Write registers from the saved frame of a given task to the GDB register file
esp_gdbstub_tcb_frame_to_regfile()
solicited_frame_to_regfile()
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
init_regfile
(
esp_gdbstub_gdb_regfile_t
*
dst
)
gdbstub_xtensa.c:23
init_regfile
(
dst
)
;
gdbstub_xtensa.c:84
esp_gdbstub_frame_to_regfile()
init_regfile
(
dst
)
;
gdbstub_xtensa.c:157
esp_gdbstub_tcb_frame_to_regfile()
init_regfile
(
dst
)
;
gdbstub_xtensa.c:227
solicited_frame_to_regfile()
Call Tree
from
examples
init_regfile()
is called by 3 functions:
esp_gdbstub_frame_to_regfile()
esp_gdbstub_tcb_frame_to_regfile()
solicited_frame_to_regfile()
All items filtered out
init_regfile()
All items filtered out
Data Use
from
examples
init_regfile()
:
All items filtered out
init_regfile()
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