Home
last modified time | relevance | path

Searched refs:mcumgr_image_state (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h60 struct mcumgr_image_state { struct
171 struct mcumgr_image_state *res_buf);
182 int img_mgmt_client_state_read(struct img_mgmt_client *client, struct mcumgr_image_state *res_buf);
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c136 struct mcumgr_image_state res_buf; in ZTEST()
160 struct mcumgr_image_state res_buf; in ZTEST()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c37 static struct mcumgr_image_state *image_info;
453 struct mcumgr_image_state *res_buf) in img_mgmt_client_state_write()
518 int img_mgmt_client_state_read(struct img_mgmt_client *client, struct mcumgr_image_state *res_buf) in img_mgmt_client_state_read()