STM32_USB_Host_Library + 0/74 examples
CodeScope will show references to MSC_LUNTypeDef::capacity from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
Audio
Camera
FatFs
USB_Host
STM32469I-Discovery
Demonstrations
Applications
Audio
FatFs
USB_Host
STM32469I_EVAL
Demonstrations
Applications
Audio
Camera
FatFs
USB_Host
STM324xG_EVAL
Demonstrations
Applications
Camera
FatFs
USB_Host
STM32F429I-Discovery
Demonstrations
Applications
Display
FatFs
LibJPEG
USB_Host
STM324x9I_EVAL
Applications
Audio
Camera
Display
FatFs
USB_Host
Demonstrations
STemWin
STM32F4-Discovery
Applications
Audio
FatFs
STM32F401-Discovery
Applications
Audio
FatFs
STM32F411E-Discovery
Applications
Audio
FatFs
STM32F412G-Discovery
Applications
FatFs
STM32F412ZG-Nucleo
Applications
FatFs
USB_Host
STM32F413H-Discovery
Applications
FatFs
USB_Host
STM32F413ZH-Nucleo
Applications
FatFs
USB_Host
STM32F429ZI-Nucleo
Applications
FatFs
USB_Host
STM32F446ZE-Nucleo
Applications
FatFs
USB_Host
 
Symbols
loading...
Files
loading...

MSC_LUNTypeDef::capacity field

Syntax

Examples

MSC_LUNTypeDef::capacity is referenced by 74 libraries and example projects.

References

LocationReferrerText
usbh_msc.h:98
usbh_msc.c:431USBH_MSC_Process()
scsi_status = USBH_MSC_SCSI_ReadCapacity(phost, (uint8_t)MSC_Handle->current_lun, &MSC_Handle->unit[MSC_Handle->current_lun].capacity);
usbh_msc.c:438USBH_MSC_Process()
(unsigned int)(MSC_Handle->unit[MSC_Handle->current_lun].capacity.block_nbr *
usbh_msc.c:439USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].capacity.block_size));
usbh_msc.c:440USBH_MSC_Process()
USBH_UsrLog("Block number : %u", (unsigned int)(MSC_Handle->unit[MSC_Handle->current_lun].capacity.block_nbr));
usbh_msc.c:441USBH_MSC_Process()
USBH_UsrLog("Block Size : %u", (unsigned int)(MSC_Handle->unit[MSC_Handle->current_lun].capacity.block_size));
usbh_msc_scsi.c:345USBH_MSC_SCSI_Write()
MSC_Handle->hbot.cbw.field.DataTransferLength = length * MSC_Handle->unit[0].capacity.block_size;
usbh_msc_scsi.c:405USBH_MSC_SCSI_Read()
MSC_Handle->hbot.cbw.field.DataTransferLength = length * MSC_Handle->unit[0].capacity.block_size;

Data Use

Functions reading MSC_LUNTypeDef::capacity
MSC_LUNTypeDef::capacity
Type of MSC_LUNTypeDef::capacity
MSC_LUNTypeDef::capacity
all items filtered out