Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
settings_load_arg Struct Reference

#include <settings.h>

Data Fields

const char * subtree
 Name of the subtree to be loaded. More...
 
settings_load_direct_cb cb
 Pointer to the callback function. More...
 
voidparam
 Parameter for callback function. More...
 

Detailed Description

Arguments for data loading. Holds all parameters that changes the way data should be loaded from backend.

Field Documentation

◆ cb

settings_load_direct_cb settings_load_arg::cb

Pointer to the callback function.

If NULL then matching registered function would be used.

◆ param

void* settings_load_arg::param

Parameter for callback function.

Parameter to be passed to the callback function.

◆ subtree

const char* settings_load_arg::subtree

Name of the subtree to be loaded.

If NULL, all values would be loaded.


The documentation for this struct was generated from the following file: