_MSC_Process::InEpSize is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_MSC_Process::InEpSize field

Syntax

uint16_t InEpSize;

References

LocationReferrerText
usbh_msc.h:116
uint16_t InEpSize;
usbh_msc.c:186USBH_MSC_InterfaceInit()
MSC_Handle->InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_msc.c:197USBH_MSC_InterfaceInit()
MSC_Handle->InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].wMaxPacketSize;
usbh_msc.c:225USBH_MSC_InterfaceInit()
if ((MSC_Handle->InEp != 0U) && (MSC_Handle->InEpSize != 0U))
usbh_msc.c:229USBH_MSC_InterfaceInit()
MSC_Handle->InEpSize);
usbh_msc_bot.c:261USBH_MSC_BOT_Process()
MSC_Handle->InEpSize, MSC_Handle->InPipe);
usbh_msc_bot.c:274USBH_MSC_BOT_Process()
if (MSC_Handle->hbot.cbw.field.DataTransferLength > MSC_Handle->InEpSize)
usbh_msc_bot.c:276USBH_MSC_BOT_Process()
MSC_Handle->hbot.pbuf += MSC_Handle->InEpSize;
usbh_msc_bot.c:277USBH_MSC_BOT_Process()
MSC_Handle->hbot.cbw.field.DataTransferLength -= MSC_Handle->InEpSize;
usbh_msc_bot.c:289USBH_MSC_BOT_Process()
MSC_Handle->InEpSize, MSC_Handle->InPipe);

Data Use

Functions writing _MSC_Process::InEpSize
Functions reading _MSC_Process::InEpSize
all items filtered out
_MSC_Process::InEpSize
Type of _MSC_Process::InEpSize
_MSC_Process::InEpSize
uint16_t
all items filtered out