ESP-IDF
+
0
/1 examples
SourceVu will show references to
RSR
from the following samples and libraries:
FreeRTOS
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RSR
RSR macro
Syntax
Show:
Summary
Declaration
from
xt_instr_macros.h:11
#define
RSR
(
reg
,
at
)
asm
volatile
(
"rsr %0, %1"
:
"=r"
(
at
)
:
"i"
(
reg
)
)
Arguments
Argument
reg
at
Examples
RSR
is referenced by 1 libraries and example projects:
FreeRTOS
References
from
0/1
examples
Code
Location
#define
RSR
(
reg
,
at
)
asm
volatile
(
"rsr %0, %1"
:
"=r"
(
at
)
:
"i"
(
reg
)
)
xt_instr_macros.h:11
RSR
(
CONFIGID0
,
dst
->
configid0
)
;
gdbstub_xtensa.c:38
RSR
(
CONFIGID1
,
dst
->
configid1
)
;
gdbstub_xtensa.c:39
RSR
(
CPENABLE
,
cp_enabled
)
;
gdbstub_xtensa.c:114
RSR
(
CPENABLE
,
cp_enabled
)
;
gdbstub_xtensa.c:185
RSR
(
CPENABLE
,
cp_enabled
)
;
gdbstub_xtensa.c:367
RSR
(
CCOUNT
,
ccount
)
;
xt_utils.h:71
RSR
(
INTENABLE
,
intr_mask
)
;
xt_utils.h:103
RSR
(
IBREAKENABLE
,
brk_ena_reg
)
;
xt_utils.h:127
RSR
(
IBREAKENABLE
,
bp_en
)
;
xt_utils.h:136
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out