ESP-IDF
WL_Ext_Safe
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
WL_Ext_Safe
WL_Ext_Safe class
Syntax
Show:
Summary
Declaration
from
WL_Ext_Safe.h:14
class
WL_Ext_Safe
:
public
WL_Ext_Perf
{
public
:
WL_Ext_Safe
(
)
;
~
WL_Ext_Safe
(
)
override
;
esp_err_t
config
(
WL_Config_s
*
cfg
,
Partition
*
partition
)
override
;
esp_err_t
init
(
)
override
;
size_t
get_flash_size
(
)
override
;
protected
:
esp_err_t
erase_sector_fit
(
uint32_t
start_sector
,
uint32_t
count
)
override
;
uint32_t
dump_addr
;
uint32_t
buff_trans_state_addr
;
esp_err_t
recover
(
)
;
}
;
Fields
Field
Declared as
WL_Ext_Safe::dump_addr
uint32_t
WL_Ext_Safe::buff_trans_state_addr
uint32_t
Methods
config()
init()
get_flash_size()
erase_sector_fit()
recover()
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