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