Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Arguments for data loading. More...

#include <settings.h>

Data Fields

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

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: