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