suit_component_t Struct Reference

SUIT component struct as decoded from the manifest. More...

Detailed Description

SUIT component struct as decoded from the manifest.

The parameters are references to CBOR-encoded information in the manifest.

Definition at line 214 of file suit.h.

#include <suit.h>

Data Fields

suit_storage_ref_tstorage_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.
 

The documentation for this struct was generated from the following file: