Searched refs:blinfo_lookup (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/retention/ |
D | blinfo.h | 49 int blinfo_lookup(uint16_t key, char *val, int val_len_max);
|
/Zephyr-Core-3.7.0/subsys/retention/ |
D | blinfo_mcuboot.c | 25 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/ |
D | blinfo.rst | 90 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/ |
D | zephyr_img_mgmt.c | 696 rc = blinfo_lookup(BLINFO_MAX_APPLICATION_SIZE, (char *)&max_image_size, in img_mgmt_upload_inspect()
|