Public Attributes#
const uint16_t
Unique id number of the parameter.
uint16_t
Next parameter number.
const zpal_nvm_object_key_t
ID of the configuration file.
Attributes of the parameters.
bool(*
Function pointer to handle the migration between versions.
Public Attribute Documentation#
file_id#
const zpal_nvm_object_key_t cc_config_parameter_metadata_t::file_id
ID of the configuration file.
attributes#
cc_config_parameter_attributes_t cc_config_parameter_metadata_t::attributes
Attributes of the parameters.
migration_handler#
bool(* cc_config_parameter_metadata_t::migration_handler) (cc_config_parameter_buffer_t *parameter_buffer)
Function pointer to handle the migration between versions.