Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c23 static struct mcumgr_image_data image_dummy_info[2]; variable
119 zcbor_uint32_put(zse, image_dummy_info[i].img_num))) && in img_read_response()
121 zcbor_uint32_put(zse, image_dummy_info[i].slot_num) && in img_read_response()
123 zcbor_tstr_put_term(zse, image_dummy_info[i].version, in img_read_response()
124 sizeof(image_dummy_info[i].version)) && in img_read_response()
127 zcbor_bstr_encode_ptr(zse, image_dummy_info[i].hash, IMG_MGMT_DATA_SHA_LEN) && in img_read_response()
128 ZCBOR_ENCODE_FLAG(zse, "bootable", image_dummy_info[i].flags.bootable) && in img_read_response()
129 ZCBOR_ENCODE_FLAG(zse, "pending", image_dummy_info[i].flags.pending) && in img_read_response()
130 ZCBOR_ENCODE_FLAG(zse, "confirmed", image_dummy_info[i].flags.confirmed) && in img_read_response()
131 ZCBOR_ENCODE_FLAG(zse, "active", image_dummy_info[i].flags.active) && in img_read_response()
[all …]