EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
SCSI Read Capacity Command Descriptor Block (CDB) typedef.
#include <msdscsi.h>
Data Fields | |
struct { | |
uint8_t Obsolete: 1 | |
uint8_t Reserved1: 7 | |
}; | |
struct { | |
uint8_t Pmi: 1 | |
uint8_t Reserved3: 7 | |
}; | |
uint8_t | Control |
uint32_t | Lba |
uint8_t | OpCode |
uint16_t | Reserved2 |
uint8_t MSDSCSI_ReadCapacity_TypeDef::Control |
uint32_t MSDSCSI_ReadCapacity_TypeDef::Lba |
uint8_t MSDSCSI_ReadCapacity_TypeDef::Obsolete |
uint8_t MSDSCSI_ReadCapacity_TypeDef::OpCode |
uint8_t MSDSCSI_ReadCapacity_TypeDef::Pmi |
uint8_t MSDSCSI_ReadCapacity_TypeDef::Reserved1 |
uint16_t MSDSCSI_ReadCapacity_TypeDef::Reserved2 |
uint8_t MSDSCSI_ReadCapacity_TypeDef::Reserved3 |