Searched refs:RTC_DATA_ATTR (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/ |
D | esp_clk.c | 53 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/ |
D | deep-sleep-stub.rst | 66 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/ |
D | test_sleep.c | 272 static RTC_DATA_ATTR uint32_t s_wake_stub_var; 517 static RTC_DATA_ATTR struct timeval start;
|
D | test_reset_reason.c | 18 static RTC_DATA_ATTR uint32_t s_rtc_data_val;
|
/hal_espressif-3.6.0/examples/protocols/sntp/main/ |
D | sntp_example_main.c | 30 RTC_DATA_ATTR static int boot_count = 0;
|
/hal_espressif-3.6.0/components/esp_common/test/ |
D | test_attr.c | 13 static RTC_DATA_ATTR uint32_t s_rtc_data;
|
/hal_espressif-3.6.0/components/esp_common/include/ |
D | esp_attr.h | 77 #define RTC_DATA_ATTR _SECTION_ATTR_IMPL(".rtc.data", __COUNTER__) macro
|
/hal_espressif-3.6.0/examples/system/deep_sleep/main/ |
D | deep_sleep_example_main.c | 43 static RTC_DATA_ATTR struct timeval sleep_enter_time;
|
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/ |
D | test_memprot_main.c | 81 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/ |
D | sleep_modes.rst | 165 … 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/ |
D | sections.ld.in | 56 RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
|
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 64 RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
|
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 54 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
|
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 59 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
|
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 63 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
|
/hal_espressif-3.6.0/components/app_update/test/ |
D | test_switch_ota.c | 41 RTC_DATA_ATTR static int boot_count = 0;
|
/hal_espressif-3.6.0/components/esp32s2/ |
D | Kconfig | 430 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"
|
/hal_espressif-3.6.0/components/esp32s3/ |
D | Kconfig | 486 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/ |
D | test_touch_v2.c | 1933 static RTC_DATA_ATTR struct timeval sleep_enter_time;
|
/hal_espressif-3.6.0/components/esp32/ |
D | Kconfig | 823 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"
|