Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
memfault_chunk_header Struct Reference

Header for Memfault chunks in a binary container. More...

#include <memfault.h>

Data Fields

uint16_t chunk_len
 
uint8_t chunk_cnt
 

Detailed Description

Header for Memfault chunks in a binary container.

This is used as the Memfault packetizer will only populate a single chunk type into a memfault_packetizer_get_chunk call, even if two consecutive chunks would fit into the single buffer. This header allows us to be as efficient as possible with a given packet/block size.

Field Documentation

◆ chunk_cnt

uint8_t memfault_chunk_header::chunk_cnt

◆ chunk_len

uint16_t memfault_chunk_header::chunk_len

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