Searched refs:RTC_FAST_ATTR (Results 1 – 16 of 16) sorted by relevance
317 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()
25 static RTC_FAST_ATTR uint32_t s_rtc_force_fast_val;
80 …RTC_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…
15 static RTC_FAST_ATTR uint32_t s_rtc_force_fast;
86 #define RTC_FAST_ATTR _SECTION_ATTR_IMPL(".rtc.force_fast", __COUNTER__) macro
517 extern RTC_FAST_ATTR uint8_t rtc_stack[4096];
1479 RTC_FAST_ATTR uint8_t rtc_stack[4096];
105 static uint8_t RTC_FAST_ATTR rtcfast_dummy_buffer[2 * SRAM_TEST_BUFFER_SIZE] = {0};
37 It holds data marked with RTC_FAST_ATTR attribute.
46 It holds data marked with RTC_FAST_ATTR attribute.
35 * It holds data marked with RTC_FAST_ATTR attribute.
40 * It holds data marked with RTC_FAST_ATTR attribute.
44 * It holds data marked with RTC_FAST_ATTR attribute.
196 static RTC_FAST_ATTR esp_deep_sleep_wake_stub_fn_t wake_stub_fn_handler = NULL;
208 static RTC_FAST_ATTR esp_deep_sleep_wake_stub_fn_t wake_stub_fn_handler = NULL;
169 …n the program are marked by ``RTC_DATA_ATTR``, ``RTC_SLOW_ATTR`` or ``RTC_FAST_ATTR`` attributes, …