ESP-IDF
rtc_retain_mem_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_retain_mem_t
rtc_retain_mem_t struct
Syntax
Show:
Summary
Declaration
from
esp_image_format.h:49
typedef
struct
{
esp_partition_pos_t
partition
;
uint16_t
reboot_counter
;
union
{
struct
{
uint8_t
factory_reset_state
:
1
;
uint8_t
reserve
:
7
;
}
;
uint8_t
val
;
}
flags
;
uint8_t
reserve
;
#ifdef
CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC
uint8_t
custom
[
CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE
]
;
#endif
uint32_t
crc
;
}
rtc_retain_mem_t
;
Fields
Field
Declared as
Description
rtc_retain_mem_t::partition
esp_partition_pos_t
Partition of application which worked before goes to the deep sleep.
rtc_retain_mem_t::reboot_counter
uint16_t
Reboot counter. Reset only when power is off.
rtc_retain_mem_t::flags
union
{
struct
{
uint8_t
factory_reset_state
:
1
;
uint8_t
reserve
:
7
;
}
;
uint8_t
val
;
}
rtc_retain_mem_t::reserve
uint8_t
Reserve.
rtc_retain_mem_t::crc
uint32_t
Check sum crc32.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out