USBD_MSC_BOT_HandleTypeDef::bot_data_length is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesSTM32_USB_Device_LibraryUSBD_MSC_BOT_HandleTypeDef::bot_data_length

USBD_MSC_BOT_HandleTypeDef::bot_data_length field

Syntax

uint32_t bot_data_length;

References

LocationReferrerText
usbd_msc.h:92
uint32_t bot_data_length;
usbd_msc_bot.c:302MSC_BOT_CBW_Decode()
if (hmsc->bot_data_length > 0U)
usbd_msc_bot.c:304MSC_BOT_CBW_Decode()
MSC_BOT_SendData(pdev, hmsc->bot_data, hmsc->bot_data_length);
usbd_msc_bot.c:306MSC_BOT_CBW_Decode()
else if (hmsc->bot_data_length == 0U)
usbd_msc_scsi.c:243SCSI_TestUnitReady()
hmsc->bot_data_length = 0U;
usbd_msc_scsi.c:347SCSI_ReadCapacity10()
hmsc->bot_data_length = 8U;
usbd_msc_scsi.c:382SCSI_ReadCapacity16()
hmsc->bot_data_length = ((uint32_t)params[10] << 24) |
usbd_msc_scsi.c:387SCSI_ReadCapacity16()
for (idx = 0U; idx < hmsc->bot_data_length; idx++)
usbd_msc_scsi.c:402SCSI_ReadCapacity16()
hmsc->bot_data_length = ((uint32_t)params[10] << 24) |
usbd_msc_scsi.c:456SCSI_ReadFormatCapacity()
hmsc->bot_data_length = 12U;
usbd_msc_scsi.c:577SCSI_RequestSense()
hmsc->bot_data_length = REQUEST_SENSE_DATA_LEN;
usbd_msc_scsi.c:581SCSI_RequestSense()
hmsc->bot_data_length = params[4];
usbd_msc_scsi.c:659SCSI_StartStopUnit()
hmsc->bot_data_length = 0U;
usbd_msc_scsi.c:691SCSI_AllowPreventRemovable()
hmsc->bot_data_length = 0U;
usbd_msc_scsi.c:757SCSI_Read10()
hmsc->bot_data_length = MSC_MEDIA_PACKET;
usbd_msc_scsi.c:825SCSI_Read12()
hmsc->bot_data_length = MSC_MEDIA_PACKET;
usbd_msc_scsi.c:1041SCSI_Verify10()
hmsc->bot_data_length = 0U;
usbd_msc_scsi.c:1195SCSI_UpdateBotData()
hmsc->bot_data_length = len;

Data Use

Functions writing USBD_MSC_BOT_HandleTypeDef::bot_data_length
Functions reading USBD_MSC_BOT_HandleTypeDef::bot_data_length
USBD_MSC_BOT_HandleTypeDef::bot_data_length
Type of USBD_MSC_BOT_HandleTypeDef::bot_data_length
USBD_MSC_BOT_HandleTypeDef::bot_data_length
uint32_t
all items filtered out