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

_MSC_Process::InEp field

Syntax

uint8_t InEp;

References

LocationReferrerText
usbh_msc.h:114
uint8_t InEp;
usbh_msc.c:185USBH_MSC_InterfaceInit()
MSC_Handle->InEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress);
usbh_msc.c:196USBH_MSC_InterfaceInit()
MSC_Handle->InEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress);
usbh_msc.c:209USBH_MSC_InterfaceInit()
MSC_Handle->InPipe = USBH_AllocPipe(phost, MSC_Handle->InEp);
usbh_msc.c:225USBH_MSC_InterfaceInit()
if ((MSC_Handle->InEp != 0U) && (MSC_Handle->InEpSize != 0U))
usbh_msc.c:227USBH_MSC_InterfaceInit()
(void)USBH_OpenPipe(phost, MSC_Handle->InPipe, MSC_Handle->InEp,
usbh_msc_bot.c:545USBH_MSC_BOT_Abort()
status = USBH_ClrFeature(phost, MSC_Handle->InEp);

Data Use

Functions writing _MSC_Process::InEp
Functions reading _MSC_Process::InEp
all items filtered out
_MSC_Process::InEp
Type of _MSC_Process::InEp
_MSC_Process::InEp
uint8_t
all items filtered out