Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Header for Memfault chunks in a binary container. More...
#include <memfault.h>
Data Fields | |
uint16_t | chunk_len |
uint8_t | chunk_cnt |
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.
uint8_t memfault_chunk_header::chunk_cnt |
uint16_t memfault_chunk_header::chunk_len |