Home
last modified time | relevance | path

Searched refs:RTC_SLOW_ATTR (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/test/
Dtest_attr.c16 static RTC_SLOW_ATTR uint32_t s_rtc_force_slow;
/hal_espressif-3.6.0/components/esp_common/include/
Desp_attr.h83 #define RTC_SLOW_ATTR _SECTION_ATTR_IMPL(".rtc.force_slow", __COUNTER__) macro
/hal_espressif-3.6.0/docs/en/api-guides/
Ddeep-sleep-stub.rst80 …The attributes ``RTC_FAST_ATTR`` and ``RTC_SLOW_ATTR`` can be used to specify data that will be fo…
84 …The attributes ``RTC_FAST_ATTR`` and ``RTC_SLOW_ATTR`` can be used to specify data that will be fo…
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_reset_reason.c26 static RTC_SLOW_ATTR uint32_t s_rtc_force_slow_val;
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32s2/
Dtest_memprot_main.c106 static uint8_t RTC_SLOW_ATTR rtcslow_dummy_buffer[2 * SRAM_TEST_BUFFER_SIZE] = {0};
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dsections.ld.in100 It holds data marked with RTC_SLOW_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dsections.ld.in107 It holds data marked with RTC_SLOW_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dsections.ld.in95 * It holds data marked with RTC_SLOW_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dsections.ld.in103 * It holds data marked with RTC_SLOW_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dsections.ld.in107 * It holds data marked with RTC_SLOW_ATTR attribute.
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsleep_modes.rst169 …o if some variables in the program are marked by ``RTC_DATA_ATTR``, ``RTC_SLOW_ATTR`` or ``RTC_FAS…