Searched defs:ihex_record (Results 1 – 1 of 1) sorted by relevance
46 struct ihex_record { struct47 u16 address;48 u8 len;49 u8 data[256];50 char error; /* true if an error occurred parsing this record */52 u8 max_len; /* maximum record length in whole ihex */55 const char *txt_data;56 unsigned int txt_length;57 unsigned int txt_offset; /* current position in txt_data */