Home
last modified time | relevance | path

Searched refs:RTC_DATA_ATTR (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/
Desp_clk.c53 static RTC_DATA_ATTR uint64_t s_esp_rtc_time_us = 0, s_rtc_last_ticks = 0;
/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…
68 RTC_DATA_ATTR int wake_count;
78 …y area for ULP programs and once it is enabled the data marked with ``RTC_DATA_ATTR`` and ``RTC_RO…
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_sleep.c272 static RTC_DATA_ATTR uint32_t s_wake_stub_var;
517 static RTC_DATA_ATTR struct timeval start;
Dtest_reset_reason.c18 static RTC_DATA_ATTR uint32_t s_rtc_data_val;
/hal_espressif-3.6.0/examples/protocols/sntp/main/
Dsntp_example_main.c30 RTC_DATA_ATTR static int boot_count = 0;
/hal_espressif-3.6.0/components/esp_common/test/
Dtest_attr.c13 static RTC_DATA_ATTR uint32_t s_rtc_data;
/hal_espressif-3.6.0/components/esp_common/include/
Desp_attr.h77 #define RTC_DATA_ATTR _SECTION_ATTR_IMPL(".rtc.data", __COUNTER__) macro
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c43 static RTC_DATA_ATTR struct timeval sleep_enter_time;
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/
Dtest_memprot_main.c81 static uint8_t RTC_DATA_ATTR s_rtc_data_test_buffer[SRAM_TEST_BUFFER_SIZE] = {0};
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsleep_modes.rst165 … in the program are placed into RTC slow memory (for example, using ``RTC_DATA_ATTR`` attribute), …
169 … RTC fast memory, so if some variables in the program are marked by ``RTC_DATA_ATTR``, ``RTC_SLOW_…
/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/app_update/test/
Dtest_switch_ota.c41 RTC_DATA_ATTR static int boot_count = 0;
/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/driver/test/touch_sensor_test/
Dtest_touch_v2.c1933 static RTC_DATA_ATTR struct timeval sleep_enter_time;
/hal_espressif-3.6.0/components/esp32/
DKconfig823 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"