Home
last modified time | relevance | path

Searched refs:RTC_FAST_ATTR (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/test/
Dtest_sleep.c317 static volatile RTC_FAST_ATTR unsigned counter; in increment_rtc_memory_cb()
332 static RTC_FAST_ATTR uint8_t sleep_stack[STACK_SIZE]; in prepare_wake_stub_from_rtc()
334 static RTC_FAST_ATTR StaticTask_t sleep_task; in prepare_wake_stub_from_rtc()
Dtest_reset_reason.c25 static RTC_FAST_ATTR uint32_t s_rtc_force_fast_val;
/hal_espressif-3.6.0/docs/en/api-guides/
Ddeep-sleep-stub.rst80RTC_FAST_ATTR`` and ``RTC_SLOW_ATTR`` can be used to specify data that will be force placed into R…
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_common/test/
Dtest_attr.c15 static RTC_FAST_ATTR uint32_t s_rtc_force_fast;
/hal_espressif-3.6.0/components/esp_common/include/
Desp_attr.h86 #define RTC_FAST_ATTR _SECTION_ATTR_IMPL(".rtc.force_fast", __COUNTER__) macro
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_mbedtls_sha.c517 extern RTC_FAST_ATTR uint8_t rtc_stack[4096];
Dtest_aes.c1479 RTC_FAST_ATTR uint8_t rtc_stack[4096];
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32s2/
Dtest_memprot_main.c105 static uint8_t RTC_FAST_ATTR rtcfast_dummy_buffer[2 * SRAM_TEST_BUFFER_SIZE] = {0};
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dsections.ld.in37 It holds data marked with RTC_FAST_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dsections.ld.in46 It holds data marked with RTC_FAST_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dsections.ld.in35 * It holds data marked with RTC_FAST_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dsections.ld.in40 * It holds data marked with RTC_FAST_ATTR attribute.
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dsections.ld.in44 * It holds data marked with RTC_FAST_ATTR attribute.
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c196 static RTC_FAST_ATTR esp_deep_sleep_wake_stub_fn_t wake_stub_fn_handler = NULL;
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c208 static RTC_FAST_ATTR esp_deep_sleep_wake_stub_fn_t wake_stub_fn_handler = NULL;
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsleep_modes.rst169 …n the program are marked by ``RTC_DATA_ATTR``, ``RTC_SLOW_ATTR`` or ``RTC_FAST_ATTR`` attributes, …