Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h360 #define IMG_MGMT_UPLOAD_ACTION_RC_RSN(action) ((action)->rc_rsn) macro
375 #define IMG_MGMT_UPLOAD_ACTION_RC_RSN(action) NULL macro
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c790 MGMT_CTXT_SET_RC_RSN(ctxt, IMG_MGMT_UPLOAD_ACTION_RC_RSN(&action)); in img_mgmt_upload()