WL_State_s is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint32_t
State id used to identify the version of current library implementation.
uint32_t
ID of current WL instance. Generated randomly when the state is first initialized.
uint32_t[7]
Reserved space for future use.
uint32_t
CRC of structure.
uint32_t
Current dummy sector position.
uint32_t
Number of sectors in the partition (excluding config and state sectors) for dummy sector movement.
uint32_t
When dummy sector completes one cycle through the entire flash, wl_dummy_sector_move_count will be incremented by 1.
uint32_t
After every 'sector erase cycle', this count will be incremented by 1.
uint32_t
Max wl_sector_erase_cycle_count after which block will be moved and dummy sector position record will be updated in state sector.
uint32_t
WL partition block size.

References

from examples