ESP-IDF
WL_Config_s
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
WL_Config_s
WL_Config_s struct
Syntax
Show:
Summary
Declaration
from
WL_Config.h:24
typedef
struct
ALIGNED_
(
16
)
WL_Config_s
{
size_t
wl_partition_start_addr
;
uint32_t
wl_partition_size
;
uint32_t
wl_page_size
;
uint32_t
flash_sector_size
;
uint32_t
wl_update_rate
;
uint32_t
wl_pos_update_record_size
;
uint32_t
version
;
size_t
wl_temp_buff_size
;
uint32_t
crc32
;
}
wl_config_t
;
Fields
Field
Declared as
Description
WL_Config_s::wl_partition_start_addr
size_t
Partition start address in the flash.
WL_Config_s::wl_partition_size
uint32_t
Size of partition used to store data in bytes.
WL_Config_s::wl_page_size
uint32_t
One page size in bytes. Page size can be more than memory block. Here, wl_page_size >= N*flash_sector_size, where N > 0.
WL_Config_s::flash_sector_size
uint32_t
Size of flash memory sector that will be erased and stored at once (erase).
WL_Config_s::wl_update_rate
uint32_t
Memory erase count after which physical sector and dummy sector swaps its address.
WL_Config_s::wl_pos_update_record_size
uint32_t
Number of bytes for storing pos update record appended on the state sector data after every wl_update_rate.
WL_Config_s::version
uint32_t
A version of current implementation. To erase and reallocate complete memory this ID must be different from id before.
WL_Config_s::wl_temp_buff_size
size_t
Size of temporary allocated buffer to copy from one flash area to another. The best way, if this value will be equal to sector size.
WL_Config_s::crc32
uint32_t
CRC for this config.
Related Functions
Found 3 other functions taking a
WL_Config_s
argument:
Function
WL_Flash::config()
WL_Ext_Perf::config()
WL_Ext_Safe::config()
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