ESP-IDF
esp_gdbstub_gdb_regfile_t::ps
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_gdb_regfile_t::ps
esp_gdbstub_gdb_regfile_t::ps field
Syntax
Show:
Summary
Declaration
from
esp_gdbstub_arch.h:46
uint32_t
ps
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
ps
;
esp_gdbstub_arch.h:46
dst
->
ps
=
(
frame
->
ps
&
PS_UM
)
?
(
frame
->
ps
&
~
PS_EXCM
)
:
frame
->
ps
;
gdbstub_xtensa.c:140
esp_gdbstub_frame_to_regfile()
dst
->
ps
=
(
frame
->
ps
&
PS_UM
)
?
(
frame
->
ps
&
~
PS_EXCM
)
:
frame
->
ps
;
gdbstub_xtensa.c:220
esp_gdbstub_tcb_frame_to_regfile()
dst
->
ps
=
(
frame
->
ps
&
PS_UM
)
?
(
frame
->
ps
&
~
PS_EXCM
)
:
frame
->
ps
;
gdbstub_xtensa.c:243
solicited_frame_to_regfile()
uint32_t
level
=
s_scratch
.
regfile
.
ps
;
gdbstub_xtensa.c:325
esp_gdbstub_do_step()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gdbstub_gdb_regfile_t::ps
is written by 3 functions and is read by 1 function:
esp_gdbstub_frame_to_regfile()
esp_gdbstub_tcb_frame_to_regfile()
solicited_frame_to_regfile()
All items filtered out
esp_gdbstub_gdb_regfile_t::ps
esp_gdbstub_do_step()
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