SUIT component struct as decoded from the manifest. More...
SUIT component struct as decoded from the manifest.
The parameters are references to CBOR-encoded information in the manifest.
#include <suit.h>
Data Fields | |
suit_storage_ref_t * | storage_backend |
Storage backend used. | |
uint16_t | state |
Component status flags. | |
suit_param_ref_t | identifier |
Component identifier. | |
suit_param_ref_t | param_vendor_id |
Vendor ID. | |
suit_param_ref_t | param_class_id |
Class ID. | |
suit_param_ref_t | param_digest |
Payload verification digest. | |
suit_param_ref_t | param_uri |
Payload fetch URI. | |
suit_param_ref_t | param_size |
Payload size. | |
suit_param_ref_t | param_component_offset |
Component offset inside the device memory. | |