_MTP_Process::DataOutPipe is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_MTP_Process::DataOutPipe field

Syntax

uint8_t DataOutPipe;

References

LocationReferrerText
usbh_mtp.h:120
uint8_t DataOutPipe;
usbh_mtp.c:221USBH_MTP_InterfaceInit()
MTP_Handle->DataOutPipe = USBH_AllocPipe(phost, MTP_Handle->DataOutEp);
usbh_mtp.c:224USBH_MTP_InterfaceInit()
(void)USBH_OpenPipe(phost, MTP_Handle->DataOutPipe, MTP_Handle->DataOutEp,
usbh_mtp.c:228USBH_MTP_InterfaceInit()
(void)USBH_LL_SetToggle(phost, MTP_Handle->DataOutPipe, 0U);
usbh_mtp.c:333USBH_MTP_InterfaceDeInit()
if (MTP_Handle->DataOutPipe != 0U)
usbh_mtp.c:335USBH_MTP_InterfaceDeInit()
(void)USBH_ClosePipe(phost, MTP_Handle->DataOutPipe);
usbh_mtp.c:336USBH_MTP_InterfaceDeInit()
(void)USBH_FreePipe(phost, MTP_Handle->DataOutPipe);
usbh_mtp.c:337USBH_MTP_InterfaceDeInit()
MTP_Handle->DataOutPipe = 0U; /* Reset the Channel as Free */
usbh_mtp_ptp.c:160USBH_PTP_Process()
MTP_Handle->DataOutPipe,
usbh_mtp_ptp.c:166USBH_PTP_Process()
URB_Status = USBH_LL_GetURBState(phost, MTP_Handle->DataOutPipe);
usbh_mtp_ptp.c:232USBH_PTP_Process()
MTP_Handle->DataOutPipe,
usbh_mtp_ptp.c:240USBH_PTP_Process()
URB_Status = USBH_LL_GetURBState(phost, MTP_Handle->DataOutPipe);
usbh_mtp_ptp.c:269USBH_PTP_Process()
MTP_Handle->DataOutPipe,

Data Use

Functions writing _MTP_Process::DataOutPipe
Functions reading _MTP_Process::DataOutPipe
_MTP_Process::DataOutPipe
Type of _MTP_Process::DataOutPipe
_MTP_Process::DataOutPipe
uint8_t
all items filtered out