Home
last modified time | relevance | path

Searched refs:RTC_RODATA_ATTR (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/docs/en/api-guides/
Ddeep-sleep-stub.rst66 The first way is to use the ``RTC_DATA_ATTR`` and ``RTC_RODATA_ATTR`` to specify any data (writeabl…
72 static RTC_RODATA_ATTR const char fmt_str[] = "Wake count %d\n";
78 … and once it is enabled the data marked with ``RTC_DATA_ATTR`` and ``RTC_RODATA_ATTR`` are placed …
87 …onstants used in this way must be declared as arrays and marked with RTC_RODATA_ATTR, as shown in …
/hal_espressif-3.6.0/components/esp_common/test/
Dtest_attr.c14 static RTC_RODATA_ATTR uint32_t s_rtc_rodata;
/hal_espressif-3.6.0/components/esp_common/include/
Desp_attr.h80 #define RTC_RODATA_ATTR _SECTION_ATTR_IMPL(".rtc.rodata", __COUNTER__) macro
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_reset_reason.c24 static RTC_RODATA_ATTR uint32_t s_rtc_rodata_val = CHECK_VALUE;
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dsections.ld.in56 RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dsections.ld.in64 RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dsections.ld.in54 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dsections.ld.in59 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dsections.ld.in63 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
/hal_espressif-3.6.0/components/esp32s2/
DKconfig430 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"
/hal_espressif-3.6.0/components/esp32s3/
DKconfig486 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"
/hal_espressif-3.6.0/components/esp32/
DKconfig823 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"