Searched refs:RTC_SLOW_ATTR (Results 1 – 11 of 11) sorted by relevance
16 static RTC_SLOW_ATTR uint32_t s_rtc_force_slow;
83 #define RTC_SLOW_ATTR _SECTION_ATTR_IMPL(".rtc.force_slow", __COUNTER__) macro
80 …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…
26 static RTC_SLOW_ATTR uint32_t s_rtc_force_slow_val;
106 static uint8_t RTC_SLOW_ATTR rtcslow_dummy_buffer[2 * SRAM_TEST_BUFFER_SIZE] = {0};
100 It holds data marked with RTC_SLOW_ATTR attribute.
107 It holds data marked with RTC_SLOW_ATTR attribute.
95 * It holds data marked with RTC_SLOW_ATTR attribute.
103 * It holds data marked with RTC_SLOW_ATTR attribute.
107 * It holds data marked with RTC_SLOW_ATTR attribute.
169 …o if some variables in the program are marked by ``RTC_DATA_ATTR``, ``RTC_SLOW_ATTR`` or ``RTC_FAS…