EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
SCSI Start Stop Unit Command Descriptor Block (CDB) typedef.
#include <msdscsi.h>
Data Fields | |
struct { | |
uint8_t Immed: 1 | |
uint8_t Reserved1: 7 | |
}; | |
struct { | |
uint8_t PowerConditionModifier: 4 | |
uint8_t Reserved3: 4 | |
}; | |
struct { | |
uint8_t LoEj: 1 | |
uint8_t No_Flush: 1 | |
uint8_t PowerCondition: 4 | |
uint8_t Reserved4: 1 | |
uint8_t Start: 1 | |
}; | |
uint8_t | Control |
uint8_t | OpCode |
uint8_t | Reserved2 |
uint8_t MSDSCSI_StartStopUnit_TypeDef::Control |
uint8_t MSDSCSI_StartStopUnit_TypeDef::Immed |
uint8_t MSDSCSI_StartStopUnit_TypeDef::No_Flush |
uint8_t MSDSCSI_StartStopUnit_TypeDef::OpCode |
uint8_t MSDSCSI_StartStopUnit_TypeDef::PowerCondition |
uint8_t MSDSCSI_StartStopUnit_TypeDef::PowerConditionModifier |
uint8_t MSDSCSI_StartStopUnit_TypeDef::Reserved1 |
uint8_t MSDSCSI_StartStopUnit_TypeDef::Reserved2 |
uint8_t MSDSCSI_StartStopUnit_TypeDef::Reserved3 |
uint8_t MSDSCSI_StartStopUnit_TypeDef::Reserved4 |