SimAVR
AVR Simulator
ihex_chunk_t Struct Reference

A .hex file chunk (base address + size) More...

#include <sim_hex.h>

Data Fields

uint32_t baseaddr
 offset it started at in the .hex file More...
 
uint8_t * data
 read data More...
 
uint32_t size
 read data size More...
 

Detailed Description

A .hex file chunk (base address + size)

Field Documentation

uint32_t baseaddr

offset it started at in the .hex file

uint8_t* data

read data

uint32_t size

read data size


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