ESP-IDF
+
0
/2 examples
SourceVu will show references to
RTC_SLOW_MEM
from the following samples and libraries:
ulp sample
ulp_adc sample
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
RTC_SLOW_MEM
RTC_SLOW_MEM macro
Syntax
Show:
Summary
Declaration
from
ulp_common_defs.h:15
#define
RTC_SLOW_MEM
(
(
uint32_t
*
)
SOC_RTC_DATA_LOW
)
Examples
RTC_SLOW_MEM
is referenced by 2 libraries and example projects:
ulp sample
ulp_adc sample
References
from
0/2
examples
Code
Location
#define
RTC_SLOW_MEM
(
(
uint32_t
*
)
SOC_RTC_DATA_LOW
)
ulp_common_defs.h:15
uint8_t
*
base
=
(
uint8_t
*
)
RTC_SLOW_MEM
;
ulp.c:147
memcpy
(
(
(
ulp_insn_t
*
)
RTC_SLOW_MEM
)
+
load_addr
,
program
,
*
psize
*
sizeof
(
ulp_insn_t
)
)
;
ulp_macro.c:203
ulp_insn_t
*
output_program
=
(
(
ulp_insn_t
*
)
RTC_SLOW_MEM
)
+
load_addr
;
ulp_macro.c:215
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out