MSDSCSI_RequestSenseData_TypeDef Struct Reference
[Msd]
SCSI Request Sense response data typedef.
More...
#include <msdscsi.h>
Data Fields |
struct { |
uint8_t ResponseCode: 7 |
| Response code, 0x70 = Current errors.
|
uint8_t Valid: 1 |
| Valid, qualifier for Information field.
|
}; | |
uint8_t | Obsolete |
| Obsolete, expect any value.
|
struct { |
uint8_t SenseKey: 4 |
| Generic error information.
|
uint8_t Reserved: 1 |
| Reserved, expect 0.
|
uint8_t Ili: 1 |
| Incorrect length indicator.
|
uint8_t Eom: 1 |
| End of medium indicator.
|
uint8_t FileMark: 1 |
| Filemark indicator.
|
}; | |
uint32_t | Information |
| Information field.
|
uint8_t | AdditionalLength |
| Number of additional sense bytes that follow.
|
uint32_t | CmdSpecificInfo |
| Command specific information field.
|
uint8_t | Asc |
| Additional sense code.
|
uint8_t | Ascq |
| Additional sense code qualifier.
|
uint8_t | Fruc |
| Field replacable unit code.
|
struct { |
uint8_t SenseKeySpecific1: 7 |
| Sense key specific field.
|
uint8_t Sksv: 1 |
| Sense key specific field qualifier.
|
}; | |
uint8_t | SenseKeySpecific2 |
| Sense key specific field.
|
uint8_t | SenseKeySpecific3 |
| Sense key specific field.
|
Detailed Description
SCSI Request Sense response data typedef.
Definition at line 154 of file msdscsi.h.
Field Documentation
Number of additional sense bytes that follow.
Definition at line 171 of file msdscsi.h.
Additional sense code.
Definition at line 173 of file msdscsi.h.
Additional sense code qualifier.
Definition at line 174 of file msdscsi.h.
Command specific information field.
Definition at line 172 of file msdscsi.h.
End of medium indicator.
Definition at line 167 of file msdscsi.h.
Filemark indicator.
Definition at line 168 of file msdscsi.h.
Field replacable unit code.
Definition at line 175 of file msdscsi.h.
Incorrect length indicator.
Definition at line 166 of file msdscsi.h.
Information field.
Definition at line 170 of file msdscsi.h.
Obsolete, expect any value.
Definition at line 161 of file msdscsi.h.
Reserved, expect 0.
Definition at line 165 of file msdscsi.h.
Response code, 0x70 = Current errors.
Definition at line 158 of file msdscsi.h.
Generic error information.
Definition at line 164 of file msdscsi.h.
Sense key specific field.
Definition at line 178 of file msdscsi.h.
Sense key specific field.
Definition at line 181 of file msdscsi.h.
Sense key specific field.
Definition at line 182 of file msdscsi.h.
Sense key specific field qualifier.
Definition at line 179 of file msdscsi.h.
Valid, qualifier for Information field.
Definition at line 159 of file msdscsi.h.
The documentation for this struct was generated from the following file: