Structure for slot information.

Public Attributes#

uint8_t

Slot Identifier (e.g., SLOT_A, SLOT_B)

uint32_t

Base address of the slot in flash memory.

uint32_t

Size of the firmware image in bytes.

Public Attribute Documentation#

slot_id#

uint8_t SlotInfo_t::slot_id

Slot Identifier (e.g., SLOT_A, SLOT_B)


slot_image_offset#

uint32_t SlotInfo_t::slot_image_offset

Base address of the slot in flash memory.


image_size#

uint32_t SlotInfo_t::image_size

Size of the firmware image in bytes.