Searched defs:dip_infoframe (Results 1 – 1 of 1) sorted by relevance
223 struct dip_infoframe { struct224 uint8_t type; /* HB0 */225 uint8_t ver; /* HB1 */226 uint8_t len; /* HB2 - body len, not including checksum */227 uint8_t ecc; /* Header ECC */228 uint8_t checksum; /* PB0 */229 union {253 } __attribute__ ((packed)) body;