SCSI_UpdateBotData() is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

SCSI_UpdateBotData() function

SCSI_UpdateBotData fill the requested Data to transmit buffer

Syntax

static int8_t SCSI_UpdateBotData(USBD_MSC_BOT_HandleTypeDef *hmsc,     uint8_t *pBuff,     uint16_t length);
Implemented in usbd_msc_scsi.c:1185

Arguments

hmsc

handler

pBuff

Data buffer

length

Data length

Return value

status

References

LocationReferrerText
usbd_msc_scsi.c:1185
static int8_t SCSI_UpdateBotData(USBD_MSC_BOT_HandleTypeDef *hmsc,
usbd_msc_scsi.c:101
static int8_t SCSI_UpdateBotData(USBD_MSC_BOT_HandleTypeDef *hmsc,
usbd_msc_scsi.c:277SCSI_Inquiry()
(void)SCSI_UpdateBotData(hmsc, MSC_Page00_Inquiry_Data, LENGTH_INQUIRY_PAGE00);
usbd_msc_scsi.c:281SCSI_Inquiry()
(void)SCSI_UpdateBotData(hmsc, MSC_Page80_Inquiry_Data, LENGTH_INQUIRY_PAGE80);
usbd_msc_scsi.c:303SCSI_Inquiry()
(void)SCSI_UpdateBotData(hmsc, pPage, len);
usbd_msc_scsi.c:491SCSI_ModeSense6()
(void)SCSI_UpdateBotData(hmsc, MSC_Mode_Sense6_data, len);
usbd_msc_scsi.c:526SCSI_ModeSense10()
(void)SCSI_UpdateBotData(hmsc, MSC_Mode_Sense10_data, len);

Call Tree

Functions calling SCSI_UpdateBotData()
SCSI_UpdateBotData()
Data read by SCSI_UpdateBotData()
Data written by SCSI_UpdateBotData()
SCSI_UpdateBotData()::hmsc
SCSI_UpdateBotData()::pBuff
SCSI_UpdateBotData()::length
SCSI_UpdateBotData()::len
all items filtered out
SCSI_UpdateBotData()
SCSI_UpdateBotData()::len
all items filtered out
Type of SCSI_UpdateBotData()
SCSI_UpdateBotData()
int8_t
uint16_t
all items filtered out