Defines the state storage configuration.
| Public Attributes | |
| flash_sector_config_t | sectors [2] | 
| int | clientCount | 
| state_storage_client_t * | clients | 
| uint32_t | store [STORE_WORD_SIZE] | 
| int state_storage_config_t::clientCount | 
No of clients for the module
| state_storage_client_t* state_storage_config_t::clients | 
Client configuration
| flash_sector_config_t state_storage_config_t::sectors[2] | 
Both sectors' information
| uint32_t state_storage_config_t::store[STORE_WORD_SIZE] | 
Data storage for clients' states