MSC_LUNTypeDef::state is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

MSC_LUNTypeDef::state field

Syntax

References

LocationReferrerText
usbh_msc.h:95
usbh_msc.c:354USBH_MSC_Process()
switch (MSC_Handle->unit[MSC_Handle->current_lun].state)
usbh_msc.c:358USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_READ_INQUIRY;
usbh_msc.c:370USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_TEST_UNIT_READY;
usbh_msc.c:374USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_REQUEST_SENSE;
usbh_msc.c:380USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_IDLE;
usbh_msc.c:400USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_READ_CAPACITY10;
usbh_msc.c:416USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_REQUEST_SENSE;
usbh_msc.c:424USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_IDLE;
usbh_msc.c:443USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_IDLE;
usbh_msc.c:449USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_REQUEST_SENSE;
usbh_msc.c:455USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_IDLE;
usbh_msc.c:472USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_TEST_UNIT_READY;
usbh_msc.c:480USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_IDLE;
usbh_msc.c:486USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_UNRECOVERED_ERROR;
usbh_msc.c:492USBH_MSC_Process()
MSC_Handle->unit[MSC_Handle->current_lun].state = MSC_IDLE;
usbh_msc.c:570USBH_MSC_RdWrProcess()
switch (MSC_Handle->unit[lun].state)
usbh_msc.c:578USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_IDLE;
usbh_msc.c:583USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_REQUEST_SENSE;
usbh_msc.c:589USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_UNRECOVERED_ERROR;
usbh_msc.c:609USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_IDLE;
usbh_msc.c:614USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_REQUEST_SENSE;
usbh_msc.c:620USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_UNRECOVERED_ERROR;
usbh_msc.c:643USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_IDLE;
usbh_msc.c:656USBH_MSC_RdWrProcess()
MSC_Handle->unit[lun].state = MSC_UNRECOVERED_ERROR;
usbh_msc.c:785USBH_MSC_Read()
(MSC_Handle->unit[lun].state != MSC_IDLE))
usbh_msc.c:791USBH_MSC_Read()
MSC_Handle->unit[lun].state = MSC_READ;
usbh_msc.c:832USBH_MSC_Write()
(MSC_Handle->unit[lun].state != MSC_IDLE))
usbh_msc.c:838USBH_MSC_Write()
MSC_Handle->unit[lun].state = MSC_WRITE;

Data Use

Functions writing MSC_LUNTypeDef::state
Functions reading MSC_LUNTypeDef::state
MSC_LUNTypeDef::state
Type of MSC_LUNTypeDef::state
MSC_LUNTypeDef::state
all items filtered out