/Zephyr-latest/subsys/settings/ |
D | Kconfig | 4 menuconfig SETTINGS config 5 bool "Settings" 7 The settings subsystem allows its users to serialize and 12 if SETTINGS 14 module = SETTINGS 15 module-str = settings 24 bool "dynamic settings handlers" 27 Enables the use of dynamic settings handlers 29 # Hidden option to enable encoding length into settings entry 41 Storage back-end to be used by the settings subsystem. [all …]
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_imx_scmi.c | 12 struct scmi_pinctrl_settings settings; in scmi_pinctrl_configure_pin() local 18 settings.id = (pin->pinmux.mux_register - IOMUXC_MUXREG) / 4; in scmi_pinctrl_configure_pin() 19 settings.config[0] = PIN_CONFIG_TYPE_MUX; in scmi_pinctrl_configure_pin() 20 settings.config[1] = IOMUXC_INPUT_ENABLE(pin->pin_ctrl_flags) in scmi_pinctrl_configure_pin() 26 settings.config[2] = PIN_CONFIG_TYPE_DAISY_ID; in scmi_pinctrl_configure_pin() 27 settings.config[3] = (pin->pinmux.input_register - IOMUXC_DAISYREG) / 4; in scmi_pinctrl_configure_pin() 30 settings.config[4] = PIN_CONFIG_TYPE_DAISY_CFG; in scmi_pinctrl_configure_pin() 31 settings.config[5] = pin->pinmux.input_daisy; in scmi_pinctrl_configure_pin() 35 settings.attributes = in scmi_pinctrl_configure_pin() 38 ret = scmi_pinctrl_settings_configure(&settings); in scmi_pinctrl_configure_pin() [all …]
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | intel_ehl_crb.overlay | 8 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> GPIO Skip -> Disable 9 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> PadMode -> GPIO control of the pad 10 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> HostSoftPadOwn -> Host ownership to GPIO Driver mode 11 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> Direction -> DirOut 12 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> LockConfig -> PadUnlock 13 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> GPIO Skip -> Disable 14 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> PadMode -> GPIO control of the pad 15 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> HostSoftPadOwn -> Host ownership to GPIO Driver mode 16 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> Direction -> DirIn 17 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> LockConfig -> PadUnlock
|
/Zephyr-latest/tests/subsys/settings/performance/ |
D | testcase.yaml | 2 settings.performance.zms: 15 - settings 18 settings.performance.nvs: 34 - settings 37 settings.performance.zms_bt: 49 - settings 52 settings.performance.nvs_bt: 67 - settings
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.analog_axis | 28 bool "Analog axis settings support" 30 depends on SETTINGS 32 Settings support for the analog axis driver, exposes a 34 settings and load them automatically on startup. 37 int "Maximum number of axes supported in the settings." 41 settings.
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 1 .. zephyr:code-sample:: settings 2 :name: Settings API 3 :relevant-api: settings settings_rt settings_name_proc 5 Load and save configuration values using the settings API. 10 This is a simple application demonstrating use of the settings runtime 13 settings method. The example shows how to implement module handlers, how to 19 * A board with settings support, for instance: nrf52840dk/nrf52840 25 This sample can be found under :zephyr_file:`samples/subsys/settings` in 32 :zephyr-app: samples/subsys/settings 39 settings manipulation messages. [all …]
|
D | sample.yaml | 2 name: Settings Sample 5 sample.subsys.settings: 6 tags: settings 37 - "The settings destination off the key <alpha/beta/source> has got value:\ 39 - "String value \"rtos\" was retrieved from the settings destination off the\
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_backend_settings.c | 10 #include <zephyr/settings/settings.h> 44 LOG_ERR("Settings error: invalid settings length"); in zephyr_settings_backend_load_val_cb() 52 LOG_ERR("Settings error: entry incomplete"); in zephyr_settings_backend_load_val_cb() 69 LOG_ERR("Settings error: no key"); in zephyr_settings_backend_load_key_cb() 76 LOG_ERR("Settings error: index too large"); in zephyr_settings_backend_load_key_cb() 81 LOG_ERR("Settings error: invalid settings length"); in zephyr_settings_backend_load_key_cb() 90 LOG_ERR("Settings error: entry incomplete"); in zephyr_settings_backend_load_key_cb() 103 LOG_ERR("Initializing settings subsystem failed: %d", ret); in wifi_credentials_backend_init() 121 LOG_ERR("WiFi credentials settings key could not be generated, idx: %d", idx); in wifi_credentials_store_entry() 136 LOG_ERR("WiFi credentials settings key could not be generated, idx: %d", idx); in wifi_credentials_delete_entry() [all …]
|
D | wifi_credentials_internal.h | 15 * @param buf encoded settings entry 28 * @brief Stores settings entry in flash. 31 * @param buf encoded settings entry 38 * @brief Deletes settings entry from flash. 46 * @brief Loads settings entry from flash. 49 * @param buf encoded settings entry
|
/Zephyr-latest/doc/services/storage/settings/ |
D | index.rst | 3 Settings chapter 6 The settings subsystem gives modules a way to store persistent per-device 14 Settings items are stored as key-value pair strings. By convention, 22 For an example of the settings subsystem refer to :zephyr:code-sample:`settings` sample. 32 Settings handlers for subtree implement a set of handler functions. 38 This gets called when asking for a settings element value by its name using 47 This gets called after the settings have been loaded in full. 49 effect right away, for example if there are multiple settings 53 This gets called to write all current settings. This happens 54 when :c:func:`settings_save()` tries to save the settings or transfer to any [all …]
|
/Zephyr-latest/tests/subsys/settings/functional/nvs/ |
D | testcase.yaml | 2 settings.functional.nvs: 15 - settings 17 settings.functional.nvs.chosen: 30 - settings 32 settings.functional.nvs.dk: 45 - settings
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/ |
D | CMakeLists.txt | 7 # Settings management group public API is exposed by MCUmgr API 8 # interface, when settings management is enabled. 13 message(WARNING "Note: MCUmgr settings management is enabled but settings access hooks are " 15 "use, as all settings on the device can be manipulated by a remote device. See "
|
D | Kconfig | 5 bool "MCUmgr handlers for settings management" 6 depends on SETTINGS 12 Enables MCUmgr handlers for settings manipulation. 57 variable if placed on the heap (settings does not support getting 61 bool "Settings access hook" 64 Allows applications to control settings management access by 66 settings read or write attempt is made.
|
/Zephyr-latest/subsys/settings/include/settings/ |
D | settings_file.h | 12 #include <zephyr/settings/settings.h> 18 #define SETTINGS_FILE_NAME_MAX 32 /* max length for settings filename */ 27 /* register file to be source of settings */ 30 /* settings saves go to a file */
|
/Zephyr-latest/tests/subsys/settings/functional/fcb/ |
D | testcase.yaml | 2 settings.functional.fcb: 16 - settings 18 settings.functional.fcb.chosen: 31 - settings
|
/Zephyr-latest/include/zephyr/settings/ |
D | settings.h | 30 * @defgroup settings Settings 37 #define SETTINGS_MAX_DIR_DEPTH 8 /* max depth of settings tree */ 43 /* place for settings additions: 49 * Function used to read the data from the settings storage in 77 /**< Get values handler of settings items identified by keyword names. 90 /**< Set value handler of settings items identified by keyword names. 104 /**< This handler gets called after settings has been loaded in full. 112 /**< This gets called to dump all current settings items. 114 * This happens when @ref settings_save tries to save the settings. 117 * a single key-value pair to persisted settings. Don't store [all …]
|
/Zephyr-latest/drivers/sensor/pixart/paa3905/ |
D | paa3905_stream.c | 61 data->stream.settings.enabled.drdy; in paa3905_complete_result() 63 data->stream.settings.enabled.motion; in paa3905_complete_result() 66 if ((data->stream.settings.enabled.drdy && in paa3905_complete_result() 67 data->stream.settings.opt.drdy == SENSOR_STREAM_DATA_INCLUDE) || in paa3905_complete_result() 68 (data->stream.settings.enabled.motion && in paa3905_complete_result() 69 data->stream.settings.opt.motion == SENSOR_STREAM_DATA_INCLUDE)) { in paa3905_complete_result() 73 if (data->stream.settings.enabled.drdy) { in paa3905_complete_result() 234 return (a->settings.enabled.drdy != b->settings.enabled.drdy) || in settings_changed() 235 (a->settings.opt.drdy != b->settings.opt.drdy) || in settings_changed() 236 (a->settings.enabled.motion != b->settings.enabled.motion) || in settings_changed() [all …]
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | pinctrl.c | 11 int scmi_pinctrl_settings_configure(struct scmi_pinctrl_settings *settings) in scmi_pinctrl_settings_configure() argument 21 if (!settings) { in scmi_pinctrl_settings_configure() 33 config_num = SCMI_PINCTRL_ATTRIBUTES_CONFIG_NUM(settings->attributes); in scmi_pinctrl_settings_configure() 45 msg.len = sizeof(*settings) - in scmi_pinctrl_settings_configure() 47 msg.content = settings; in scmi_pinctrl_settings_configure()
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig.blinfo | 45 Allows bootloader settings to be fetched by calling a function which 49 bool "Settings" 50 depends on SETTINGS 52 Allows bootloader settings to be fetched using settings with the
|
/Zephyr-latest/drivers/sensor/tdk/icm45686/ |
D | icm45686_stream.c | 184 * the configured settings. in icm45686_handle_event_actions() 323 data->stream.settings.enabled.drdy = false; in icm45686_event_handler() 324 data->stream.settings.enabled.fifo_ths = false; in icm45686_event_handler() 325 data->stream.settings.enabled.fifo_full = false; in icm45686_event_handler() 423 return (a->settings.enabled.drdy != b->settings.enabled.drdy) || in settings_changed() 424 (a->settings.opt.drdy != b->settings.opt.drdy) || in settings_changed() 425 (a->settings.enabled.fifo_ths != b->settings.enabled.fifo_ths) || in settings_changed() 426 (a->settings.opt.fifo_ths != b->settings.opt.fifo_ths) || in settings_changed() 427 (a->settings.enabled.fifo_full != b->settings.enabled.fifo_full) || in settings_changed() 428 (a->settings.opt.fifo_full != b->settings.opt.fifo_full); in settings_changed() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/src/ |
D | dut.c | 9 #include <zephyr/settings/settings.h> 34 TEST_FAIL("Failed to load settings (err %d)", err); in run_dut1() 38 LOG_DBG("Number of Bluetooth identities after settings load: %d", bt_id_count); in run_dut1() 71 TEST_FAIL("Failed to load settings (err %d)", err); in run_dut2() 74 LOG_DBG("Settings loaded"); in run_dut2()
|
/Zephyr-latest/tests/subsys/settings/zms/src/ |
D | CMakeLists.txt | 5 ${ZEPHYR_BASE}/subsys/settings/include 6 ${ZEPHYR_BASE}/subsys/settings/src 7 ${ZEPHYR_BASE}/tests/subsys/settings/zms/src
|
/Zephyr-latest/tests/subsys/settings/nvs/src/ |
D | CMakeLists.txt | 5 ${ZEPHYR_BASE}/subsys/settings/include 6 ${ZEPHYR_BASE}/subsys/settings/src 7 ${ZEPHYR_BASE}/tests/subsys/settings/nvs/src
|
/Zephyr-latest/samples/net/lldp/ |
D | prj.conf | 38 # First ethernet interface will use these settings 44 # Second ethernet interface will have these settings 51 # Settings for the third network interface 61 # VLAN settings. We will have two VLANs in this sample. 65 # LLDP settings
|
/Zephyr-latest/tests/subsys/settings/fcb/src/ |
D | CMakeLists.txt | 7 ${ZEPHYR_BASE}/subsys/settings/include 8 ${ZEPHYR_BASE}/subsys/settings/src 9 ${ZEPHYR_BASE}/tests/subsys/settings/fcb/src
|