BOT_HandleTypeDef::pbuf is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

BOT_HandleTypeDef::pbuf field

Syntax

uint8_t *pbuf;

References

LocationReferrerText
usbh_msc_bot.h:134
uint8_t *pbuf;
usbh_msc_bot.c:260USBH_MSC_BOT_Process()
(void)USBH_BulkReceiveData(phost, MSC_Handle->hbot.pbuf,
usbh_msc_bot.c:276USBH_MSC_BOT_Process()
MSC_Handle->hbot.pbuf += MSC_Handle->InEpSize;
usbh_msc_bot.c:288USBH_MSC_BOT_Process()
(void)USBH_BulkReceiveData(phost, MSC_Handle->hbot.pbuf,
usbh_msc_bot.c:334USBH_MSC_BOT_Process()
(void)USBH_BulkSendData(phost, MSC_Handle->hbot.pbuf,
usbh_msc_bot.c:348USBH_MSC_BOT_Process()
MSC_Handle->hbot.pbuf += MSC_Handle->OutEpSize;
usbh_msc_bot.c:359USBH_MSC_BOT_Process()
(void)USBH_BulkSendData(phost, MSC_Handle->hbot.pbuf,
usbh_msc_scsi.c:166USBH_MSC_SCSI_ReadCapacity()
MSC_Handle->hbot.pbuf = (uint8_t *)(void *)MSC_Handle->hbot.data;
usbh_msc_scsi.c:177USBH_MSC_SCSI_ReadCapacity()
capacity->block_nbr = MSC_Handle->hbot.pbuf[3] | ((uint32_t)MSC_Handle->hbot.pbuf[2] << 8U) | \
usbh_msc_scsi.c:178USBH_MSC_SCSI_ReadCapacity()
((uint32_t)MSC_Handle->hbot.pbuf[1] << 16U) | ((uint32_t)MSC_Handle->hbot.pbuf[0] << 24U);
usbh_msc_scsi.c:181USBH_MSC_SCSI_ReadCapacity()
capacity->block_size = (uint16_t)(MSC_Handle->hbot.pbuf[7] | ((uint32_t)MSC_Handle->hbot.pbuf[6] << 8U));
usbh_msc_scsi.c:226USBH_MSC_SCSI_Inquiry()
MSC_Handle->hbot.pbuf = (uint8_t *)(void *)MSC_Handle->hbot.data;
usbh_msc_scsi.c:238USBH_MSC_SCSI_Inquiry()
inquiry->DeviceType = MSC_Handle->hbot.pbuf[0] & 0x1FU;
usbh_msc_scsi.c:239USBH_MSC_SCSI_Inquiry()
inquiry->PeripheralQualifier = MSC_Handle->hbot.pbuf[0] >> 5U;
usbh_msc_scsi.c:241USBH_MSC_SCSI_Inquiry()
if (((uint32_t)MSC_Handle->hbot.pbuf[1] & 0x80U) == 0x80U)
usbh_msc_scsi.c:250USBH_MSC_SCSI_Inquiry()
(void)USBH_memcpy(inquiry->vendor_id, &MSC_Handle->hbot.pbuf[8], 8U);
usbh_msc_scsi.c:251USBH_MSC_SCSI_Inquiry()
(void)USBH_memcpy(inquiry->product_id, &MSC_Handle->hbot.pbuf[16], 16U);
usbh_msc_scsi.c:252USBH_MSC_SCSI_Inquiry()
(void)USBH_memcpy(inquiry->revision_id, &MSC_Handle->hbot.pbuf[32], 4U);
usbh_msc_scsi.c:297USBH_MSC_SCSI_RequestSense()
MSC_Handle->hbot.pbuf = (uint8_t *)(void *)MSC_Handle->hbot.data;
usbh_msc_scsi.c:307USBH_MSC_SCSI_RequestSense()
sense_data->key = MSC_Handle->hbot.pbuf[2] & 0x0FU;
usbh_msc_scsi.c:308USBH_MSC_SCSI_RequestSense()
sense_data->asc = MSC_Handle->hbot.pbuf[12];
usbh_msc_scsi.c:309USBH_MSC_SCSI_RequestSense()
sense_data->ascq = MSC_Handle->hbot.pbuf[13];
usbh_msc_scsi.c:366USBH_MSC_SCSI_Write()
MSC_Handle->hbot.pbuf = pbuf;
usbh_msc_scsi.c:426USBH_MSC_SCSI_Read()
MSC_Handle->hbot.pbuf = pbuf;

Data Use

Type of BOT_HandleTypeDef::pbuf
BOT_HandleTypeDef::pbuf
uint8_t
all items filtered out