Lines Matching refs:be
6 Deep sleep wake stub code is loaded into "RTC Fast Memory" and any data which it uses must also be …
11 Wake stub code must be carefully written:
17 …other RAM will be unintiailised and have random contents. The wake stub can use other RAM for temp…
30 If supplying a custom wake stub, the first thing it does should be to call ``esp_default_wake_deep_…
41 Wake stub code must be resident in RTC Fast Memory. This can be done in one of two ways.
58 Data used by stub code must be resident in RTC memory.
62 The data can be placed in RTC Fast memory or in RTC Slow memory which is also used by the ULP.
64 Specifying this data can be done in one of two ways:
66 …`` to specify any data (writeable or read-only, respectively) which should be loaded into RTC memo…
78 …be placed can be configured via menuconfig option named ``CONFIG_{IDF_TARGET_CFG_PREFIX}_RTCDATA_I…
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…
87 Unfortunately, any string constants used in this way must be declared as arrays and marked with RTC…
109 …asses, the wake stubs code will be executed. Otherwise, the normal initialization, bootloader, and…
113 …be validated with CRC. When {IDF_TARGET_NAME} wakes up from deep sleep, the RTC fast memory will b…