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