Struct representing an instance of the CLI storage NVM3.

Public Attributes#

The CLI instance associated with this instance.

char *

The command prompt.

char *

The string that define the end of definition.

size_t

The NVM3 key offset for this instance.

size_t

The NVM3 key count for this instance.

size_t

The next key value that will be used.

bool

True if the command shell execute when defined.

bool

True when definition is in progress.

bool

True when execute is in progress.

bool

True after the initial (first) tick has been executed.

Public Attribute Documentation#

cli_handle#

sl_cli_handle_t cli_storage_nvm3_t::cli_handle

The CLI instance associated with this instance.


prompt#

char* cli_storage_nvm3_t::prompt

The command prompt.


end_string#

char* cli_storage_nvm3_t::end_string

The string that define the end of definition.


key_offset#

size_t cli_storage_nvm3_t::key_offset

The NVM3 key offset for this instance.


key_count#

size_t cli_storage_nvm3_t::key_count

The NVM3 key count for this instance.


key_next#

size_t cli_storage_nvm3_t::key_next

The next key value that will be used.


execute_while_define#

bool cli_storage_nvm3_t::execute_while_define

True if the command shell execute when defined.


define_in_progress#

bool cli_storage_nvm3_t::define_in_progress

True when definition is in progress.


execute_in_progress#

bool cli_storage_nvm3_t::execute_in_progress

True when execute is in progress.


init_tick#

bool cli_storage_nvm3_t::init_tick

True after the initial (first) tick has been executed.