Morse Micro IoT SDK  2.9.7
mbin_deflated_segment_hdr Struct Reference

Detailed Description

Data header in a FIELD_TYPE_XX_SEGMENT_DEFLATED field.

Definition at line 56 of file mbin.h.

#include <mbin.h>

Data Fields

uint32_t base_address
 Destination base address at which the data should be loaded. More...
 
uint16_t chunk_size
 Size of deflated data, infer size of compressed data from TLV length. More...
 
uint8_t zlib_header [2]
 ZLib header. More...
 

Field Documentation

◆ base_address

uint32_t mbin_deflated_segment_hdr::base_address

Destination base address at which the data should be loaded.

Definition at line 59 of file mbin.h.

◆ chunk_size

uint16_t mbin_deflated_segment_hdr::chunk_size

Size of deflated data, infer size of compressed data from TLV length.

Definition at line 61 of file mbin.h.

◆ zlib_header

uint8_t mbin_deflated_segment_hdr::zlib_header[2]

ZLib header.

Definition at line 63 of file mbin.h.


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