Searched defs:dip_infoframe (Results 1 – 1 of 1) sorted by relevance
227 struct dip_infoframe { struct228 uint8_t type; /* HB0 */229 uint8_t ver; /* HB1 */230 uint8_t len; /* HB2 - body len, not including checksum */231 uint8_t ecc; /* Header ECC */232 uint8_t checksum; /* PB0 */233 union {257 } __attribute__ ((packed)) body;