Searched defs:fit_comp_error_info (Results 1 – 1 of 1) sorted by relevance
257 struct fit_comp_error_info { struct258 uint8_t type:7; /* 00: Bits0-6 indicates the type of sense data. */259 uint8_t valid:1; /* 00: Bit 7 := 1 ==> info field is valid. */260 uint8_t reserved0; /* 01: Obsolete field */261 uint8_t key:4; /* 02: Bits0-3 indicate the sense key. */262 uint8_t reserved2:1; /* 02: Reserved bit. */263 uint8_t bad_length:1; /* 02: Incorrect Length Indicator */264 uint8_t end_medium:1; /* 02: End of Medium */265 uint8_t file_mark:1; /* 02: Filemark */266 uint8_t info[4]; /* 03: */[all …]