USBD_MSC_BOT_CBWTypeDef::dDataLength is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_MSC_BOT_CBWTypeDef::dDataLength field

Syntax

uint32_t dDataLength;

References

LocationReferrerText
usbd_msc_bot.h:83
uint32_t dDataLength;
usbd_msc_bot.c:272MSC_BOT_CBW_Decode()
hmsc->csw.dDataResidue = hmsc->cbw.dDataLength;
usbd_msc_bot.c:347MSC_BOT_SendData()
length = MIN(hmsc->cbw.dDataLength, len);
usbd_msc_bot.c:413MSC_BOT_Abort()
(hmsc->cbw.dDataLength != 0U) &&
usbd_msc_scsi.c:222SCSI_TestUnitReady()
if (hmsc->cbw.dDataLength != 0U)
usbd_msc_scsi.c:267SCSI_Inquiry()
if (hmsc->cbw.dDataLength == 0U)
usbd_msc_scsi.c:550SCSI_RequestSense()
if (hmsc->cbw.dDataLength == 0U)
usbd_msc_scsi.c:749SCSI_Read10()
if (hmsc->cbw.dDataLength != (hmsc->scsi_blk_len * hmsc->scsi_blk_size))
usbd_msc_scsi.c:817SCSI_Read12()
if (hmsc->cbw.dDataLength != (hmsc->scsi_blk_len * hmsc->scsi_blk_size))
usbd_msc_scsi.c:855SCSI_Write10()
if (hmsc->cbw.dDataLength == 0U)
usbd_msc_scsi.c:900SCSI_Write10()
if (hmsc->cbw.dDataLength != len)
usbd_msc_scsi.c:944SCSI_Write12()
if (hmsc->cbw.dDataLength == 0U)
usbd_msc_scsi.c:993SCSI_Write12()
if (hmsc->cbw.dDataLength != len)

Data Use

Functions reading USBD_MSC_BOT_CBWTypeDef::dDataLength
USBD_MSC_BOT_CBWTypeDef::dDataLength
Type of USBD_MSC_BOT_CBWTypeDef::dDataLength
USBD_MSC_BOT_CBWTypeDef::dDataLength
uint32_t
all items filtered out