EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
#include <msdscsi.h>
Data Fields | |
struct { | |
uint8_t Dpo: 1 | |
uint8_t Fua: 1 | |
uint8_t FuaNv: 1 | |
uint8_t Obsolete: 1 | |
uint8_t Reserved1: 1 | |
uint8_t WrProtect: 3 | |
}; | |
struct { | |
uint8_t GroupNumber: 5 | |
uint8_t Reserved2: 3 | |
}; | |
uint8_t | Control |
uint32_t | Lba |
uint8_t | OpCode |
uint16_t | TransferLength |
uint8_t MSDSCSI_Write10_TypeDef::FuaNv |
uint8_t MSDSCSI_Write10_TypeDef::GroupNumber |
uint32_t MSDSCSI_Write10_TypeDef::Lba |
Logical Block (sector) Address.
Definition at line 264 of file msdscsi.h.
Referenced by MSDSCSI_Write10().
uint8_t MSDSCSI_Write10_TypeDef::Obsolete |
uint8_t MSDSCSI_Write10_TypeDef::Reserved1 |
uint8_t MSDSCSI_Write10_TypeDef::Reserved2 |
uint16_t MSDSCSI_Write10_TypeDef::TransferLength |
Number of blocks (sectors) to transfer.
Definition at line 270 of file msdscsi.h.
Referenced by MSDSCSI_Write10().
uint8_t MSDSCSI_Write10_TypeDef::WrProtect |