Home
last modified time | relevance | path

Searched refs:blinfo_lookup (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/retention/
Dblinfo.h49 int blinfo_lookup(uint16_t key, char *val, int val_len_max);
/Zephyr-Core-3.7.0/subsys/retention/
Dblinfo_mcuboot.c25 int blinfo_lookup(uint16_t key, char *val, int val_len_max) in blinfo_lookup() function
113 return blinfo_lookup(index, val, val_len_max); in blinfo_handle_get()
/Zephyr-Core-3.7.0/doc/services/retention/
Dblinfo.rst90 By default, only the lookup function is provided: :c:func:`blinfo_lookup`, the
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c696 rc = blinfo_lookup(BLINFO_MAX_APPLICATION_SIZE, (char *)&max_image_size, in img_mgmt_upload_inspect()