USBD_MSC_BOT_HandleTypeDef is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_MSC_BOT_HandleTypeDef struct

Syntax

typedef struct {   uint32_t                 max_lun;   uint32_t                 interface;   uint8_t                  bot_state;   uint8_t                  bot_status;   uint32_t                 bot_data_length;   uint8_t                  bot_data[MSC_MEDIA_PACKET];   USBD_MSC_BOT_CBWTypeDef  cbw;   USBD_MSC_BOT_CSWTypeDef  csw;   USBD_SCSI_SenseTypeDef   scsi_sense [SENSE_LIST_DEEPTH];   uint8_t                  scsi_sense_head;   uint8_t                  scsi_sense_tail;   uint8_t                  scsi_medium_state;   uint16_t                 scsi_blk_size;   uint32_t                 scsi_blk_nbr;   uint32_t                 scsi_blk_addr;   uint32_t                 scsi_blk_len; } USBD_MSC_BOT_HandleTypeDef;

Fields

max_lun

No summary provided. Read more...

interface

No summary provided. Read more...

bot_state

No summary provided. Read more...

bot_status

No summary provided. Read more...

bot_data_length

No summary provided. Read more...

bot_data

No summary provided. Read more...

cbw

No summary provided. Read more...

csw

No summary provided. Read more...

scsi_sense

No summary provided. Read more...

scsi_sense_head

No summary provided. Read more...

scsi_sense_tail

No summary provided. Read more...

scsi_medium_state

No summary provided. Read more...

scsi_blk_size

No summary provided. Read more...

scsi_blk_nbr

No summary provided. Read more...

scsi_blk_addr

No summary provided. Read more...

scsi_blk_len

No summary provided. Read more...

References

LocationReferrerScopeText
usbd_msc.h:86
typedef struct
usbd_msc.h:107
usbd_msc.c:217USBD_MSC_Init()::hmscUSBD_MSC_Init()
usbd_msc.c:219USBD_MSC_Init()
usbd_msc.c:310USBD_MSC_Setup()::hmscUSBD_MSC_Setup()
usbd_msc.h:107USBD_MSC_BOT_HandleTypeDef
usbd_msc_bot.c:100MSC_BOT_Init()::hmscMSC_BOT_Init()
usbd_msc_bot.c:138MSC_BOT_Reset()::hmscMSC_BOT_Reset()
usbd_msc_bot.c:170MSC_BOT_DeInit()::hmscMSC_BOT_DeInit()
usbd_msc_bot.c:189MSC_BOT_DataIn()::hmscMSC_BOT_DataIn()
usbd_msc_bot.c:225MSC_BOT_DataOut()::hmscMSC_BOT_DataOut()
usbd_msc_bot.c:258MSC_BOT_CBW_Decode()::hmscMSC_BOT_CBW_Decode()
usbd_msc_bot.c:332MSC_BOT_SendData()::hmscMSC_BOT_SendData()
usbd_msc_bot.c:365MSC_BOT_SendCSW()::hmscMSC_BOT_SendCSW()
usbd_msc_bot.c:399MSC_BOT_Abort()::hmscMSC_BOT_Abort()
usbd_msc_bot.c:438MSC_BOT_CplClrFeature()::hmscMSC_BOT_CplClrFeature()
usbd_msc_scsi.c:101SCSI_UpdateBotData()::hmscSCSI_UpdateBotData()
usbd_msc_scsi.c:124SCSI_ProcessCmd()::hmscSCSI_ProcessCmd()
usbd_msc_scsi.c:214SCSI_TestUnitReady()::hmscSCSI_TestUnitReady()
usbd_msc_scsi.c:260SCSI_Inquiry()::hmscSCSI_Inquiry()
usbd_msc_scsi.c:321SCSI_ReadCapacity10()::hmscSCSI_ReadCapacity10()
usbd_msc_scsi.c:366SCSI_ReadCapacity16()::hmscSCSI_ReadCapacity16()
usbd_msc_scsi.c:425SCSI_ReadFormatCapacity()::hmscSCSI_ReadFormatCapacity()
usbd_msc_scsi.c:472SCSI_ModeSense6()::hmscSCSI_ModeSense6()
usbd_msc_scsi.c:507SCSI_ModeSense10()::hmscSCSI_ModeSense10()
usbd_msc_scsi.c:543SCSI_RequestSense()::hmscSCSI_RequestSense()
usbd_msc_scsi.c:600SCSI_SenseCode()::hmscSCSI_SenseCode()
usbd_msc_scsi.c:629SCSI_StartStopUnit()::hmscSCSI_StartStopUnit()
usbd_msc_scsi.c:675SCSI_AllowPreventRemovable()::hmscSCSI_AllowPreventRemovable()
usbd_msc_scsi.c:706SCSI_Read10()::hmscSCSI_Read10()
usbd_msc_scsi.c:772SCSI_Read12()::hmscSCSI_Read12()
usbd_msc_scsi.c:840SCSI_Write10()::hmscSCSI_Write10()
usbd_msc_scsi.c:930SCSI_Write12()::hmscSCSI_Write12()
usbd_msc_scsi.c:1023SCSI_Verify10()::hmscSCSI_Verify10()
usbd_msc_scsi.c:1057SCSI_CheckAddressRange()::hmscSCSI_CheckAddressRange()
usbd_msc_scsi.c:1081SCSI_ProcessRead()::hmscSCSI_ProcessRead()
usbd_msc_scsi.c:1130SCSI_ProcessWrite()::hmscSCSI_ProcessWrite()
usbd_msc_scsi.c:1185SCSI_UpdateBotData()::hmscSCSI_UpdateBotData()

Type Use

Variables of USBD_MSC_BOT_HandleTypeDef type
USBD_MSC_Init()::hmsc
USBD_MSC_Setup()::hmsc
MSC_BOT_Init()::hmsc
MSC_BOT_Reset()::hmsc
MSC_BOT_DeInit()::hmsc
MSC_BOT_DataIn()::hmsc
MSC_BOT_DataOut()::hmsc
MSC_BOT_CBW_Decode()::hmsc
MSC_BOT_SendData()::hmsc
MSC_BOT_SendCSW()::hmsc
MSC_BOT_Abort()::hmsc
MSC_BOT_CplClrFeature()::hmsc
SCSI_UpdateBotData()::hmsc
SCSI_ProcessCmd()::hmsc
SCSI_TestUnitReady()::hmsc
SCSI_Inquiry()::hmsc
SCSI_ReadCapacity10()::hmsc
SCSI_ReadCapacity16()::hmsc
SCSI_ReadFormatCapacity()::hmsc
SCSI_ModeSense6()::hmsc
SCSI_ModeSense10()::hmsc
SCSI_RequestSense()::hmsc
SCSI_SenseCode()::hmsc
SCSI_StartStopUnit()::hmsc
SCSI_AllowPreventRemovable()::hmsc
SCSI_Read10()::hmsc
SCSI_Read12()::hmsc
SCSI_Write10()::hmsc
SCSI_Write12()::hmsc
SCSI_Verify10()::hmsc
SCSI_CheckAddressRange()::hmsc
SCSI_ProcessRead()::hmsc
SCSI_ProcessWrite()::hmsc
all items filtered out
USBD_MSC_BOT_HandleTypeDef
all items filtered out
USBD_MSC_BOT_HandleTypeDef
all items filtered out
Allocators of USBD_MSC_BOT_HandleTypeDef
all items filtered out
USBD_MSC_BOT_HandleTypeDef