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

CDC_DataItfTypedef::InEpSize field

Syntax

uint16_t InEpSize;

References

LocationReferrerText
usbh_cdc.h:340
uint16_t InEpSize;
usbh_cdc.c:216USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_cdc.c:227USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].wMaxPacketSize;
usbh_cdc.c:249USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.InEpSize);
usbh_cdc.c:738CDC_ProcessReception()
CDC_Handle->DataItf.InEpSize,
usbh_cdc.c:754CDC_ProcessReception()
if (((CDC_Handle->RxDataLength - length) > 0U) && (length > CDC_Handle->DataItf.InEpSize))

Data Use

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