Searched refs:RTC_RODATA_ATTR (Results 1 – 12 of 12) sorted by relevance
66 The first way is to use the ``RTC_DATA_ATTR`` and ``RTC_RODATA_ATTR`` to specify any data (writeabl…72 static RTC_RODATA_ATTR const char fmt_str[] = "Wake count %d\n";78 … and once it is enabled the data marked with ``RTC_DATA_ATTR`` and ``RTC_RODATA_ATTR`` are placed …87 …onstants used in this way must be declared as arrays and marked with RTC_RODATA_ATTR, as shown in …
14 static RTC_RODATA_ATTR uint32_t s_rtc_rodata;
80 #define RTC_RODATA_ATTR _SECTION_ATTR_IMPL(".rtc.rodata", __COUNTER__) macro
24 static RTC_RODATA_ATTR uint32_t s_rtc_rodata_val = CHECK_VALUE;
56 RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
64 RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
54 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
59 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
63 * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes.
430 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"
486 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"
823 bool "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment"