![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
SCSI Device LUN Capacity Structure. More...
#include "MassStorageClassHost.h"
Data Fields | |
uint32_t | Blocks |
uint32_t | BlockSize |
SCSI Device LUN Capacity Structure.
SCSI capacity structure, to hold the total capacity of the device in both the number of blocks in the current LUN, and the size of each block. This structure is filled by the device when the MS_Host_ReadDeviceCapacity() function is called.
Definition at line 113 of file MassStorageClassHost.h.
uint32_t Blocks |
Number of blocks in the addressed LUN of the device.
Definition at line 115 of file MassStorageClassHost.h.
uint32_t BlockSize |
Number of bytes in each block in the addressed LUN.
Definition at line 116 of file MassStorageClassHost.h.